Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Database Connectivity in VB.NET
Name: Haja Date: March 13, 2005 at 18:04:21 Pacific OS: windows xp CPU/Ram: P4/512mb
Name: secrets Date: March 14, 2005 at 07:59:46 Pacific
Reply:
there are alot of example available on net and also alot is available on msdn. here are steps i am considering sqlserver as database server. 1- past an sql connection control from toolbar to your form rename it to sqlcon. 2- Select sqlcon you have just created and in its properties click on its connection string. 3-click new then select connection provider as Microsoft SQL Server. 4- click ok your connection is open now on form load event of your form put this line if sqlcon.state=connection.closed then sqlcon.open() it will open the connection if it is still close. now you can do your work databse is connected.
Summary: Hello everybody. I have a question in VB.NET. I am trying to connect to a database from Access (i know the path and everything). I am new to VB.NET and i can't seem to be able to understand what to do...
Summary: i have already creat the database in ms access 2003 and a application form in vb.net 2008,now i want to connect the database to the vb.net appliction form,plz help me soon ...
Summary: hello my self ajit, i know connection in vb.net with the help of wizard but how i connect with database sql/oracle through coding? it is a big problem for me, and i have one question more that is i wa...