Solutions By company size Enterprises Small and medium teams Startups By use case DevSecOps DevOps CI/CD View all use cases By industry Healthcare Financial services Manufacturing Government View all industries View all solutions Resources Topics AI DevOps Security Software Development...
By use case DevSecOps DevOps CI/CD View all use cases By industry Healthcare Financial services Manufacturing Government View all industries View all solutions Resources Topics AI DevOps Security Software Development View all Explore Learning Pathways White papers, Ebooks, Webinars ...
Set Cnxn4 = New ADODB.Connection Cnxn4.Open "Pubs", "MyUserId", "MyPassword" MsgBox "Cnxn4 state: " & GetState(Cnxn4.State) ' clean up Cnxn1.Close Cnxn2.Close Cnxn3.Close Cnxn4.Close Set Cnxn1 = Nothing Set Cnxn2 = Nothing Set Cnxn3 = Nothing Set Cnxn4 = N...
= adStateOpen Then rstByRoyalty.Close End If Set rstByRoyalty = Nothing If Not Cnxn Is Nothing Then If Cnxn.State = adStateOpen Then Cnxn.Close End If Set Cnxn = Nothing If Err <> 0 Then MsgBox Err.Source & "-->" & Err.Description, , "Error" End If End Sub '...
(&a); } static void msgbox_delete(lv_timer_t * tmr) { lv_msgbox_close(tmr->user_data); } static void set_y_anim(void * obj, int32_t v) { lv_obj_set_y(obj, v); } static void set_width_anim(void * obj, int32_t v) { lv_obj_set_width(obj, v); } static ...