Hi
I have a sql server connection in my user login form_load...
Con.CursorLocat ion = adUseClient
Con.Open "Provider = SQLOLEDB.1;Pers ist Security Info=false;user ID=xxxx;pwd=yyy ;Initial catalog = ;Data Source = xxxx"
it is working only in that form but it is not working in other forms. how to make it global. please help me ......
samy
I have a sql server connection in my user login form_load...
Con.CursorLocat ion = adUseClient
Con.Open "Provider = SQLOLEDB.1;Pers ist Security Info=false;user ID=xxxx;pwd=yyy ;Initial catalog = ;Data Source = xxxx"
it is working only in that form but it is not working in other forms. how to make it global. please help me ......
samy
Comment