Data Source=myServerAddress;Initial Catalog=myDataBase;User Id=myUsername;Password=myPassword;
trying to connect ms sql to vb.net, but I don't know how to determine server address, initial catalog and the user ID
Please help
Data Source=myServerAddress;Initial Catalog=myDataBase;User Id=myUsername;Password=myPassword;
trying to connect ms sql to vb.net, but I don't know how to determine server address, initial catalog and the user ID
Please help
Ask your admin. Seriously, if you dont know which database to connect and where your server is, you have no business on the server.
if you just dont know how to program, i suggest reading documentation first. Tutorials et al. Trial and error rarely works.