Jul 17, 2003 #1 E elf Active member Joined Jun 4, 2003 Messages 37 Does anyone knoe how to establish sql connections.. coz i need to verify my login entry with the data base b4 allowing user to login... Any help given is very much appreciated....
Does anyone knoe how to establish sql connections.. coz i need to verify my login entry with the data base b4 allowing user to login... Any help given is very much appreciated....
Jul 17, 2003 #2 a_jam_sandwich Well-known member Joined Dec 10, 2002 Messages 367 Location Uk Code: SQLConnection.ConnectionString = "data source=xxx.xxx.xxx.xxx;initial catalog=databasename;persist security info=False;user id=username;Password=password;packet size=4096" xxx.xxx.xxx.xxx is either the ip or servername username is your login in your database password is your password in your database Andy
Code: SQLConnection.ConnectionString = "data source=xxx.xxx.xxx.xxx;initial catalog=databasename;persist security info=False;user id=username;Password=password;packet size=4096" xxx.xxx.xxx.xxx is either the ip or servername username is your login in your database password is your password in your database Andy