This is my code and I need to add MIS and MAS as my databases. How can I do that?
Thank you
Code:
Public hndOps
strPipe="DRIVER={SQL Server};SERVER=sglsql;UID=starnet;PWD=*star321#;DATABASE=MIS"
hndOps=Sqlstringconnect(strPipe)
SQLSetprop(hndOps,"dispwarnings",.T.)
Thank you