![]() |
problem with ADO
hey experts, need some help here
the prob is this is my first time using visual basic and ADO so i got some errors in my codes which i can't work out i'm sending the code now and i hope u tell me what i did wrong :o __________________________________________________ ________ Code:
Dim adoConn As ADODB.Connection |
Re: problem with ADO
Your subs are private and therefore the data connections will need to be recreated in each subroutine.
create a global varialbe names Code:
global G_CONNECT as stringCode:
G_SERVER_NAME="server"Code:
Private sub AddUser_click() |
Re: problem with ADO
thank u so much this part worked and the connection came alive
hoping there would be no errors in the other parts |
Re: problem with ADO
Use code tag (e.g. [ php][/php ] and [ code][/code ]) to make your code easier to read.
|
| All times are GMT +5.5. The time now is 04:37. |