Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
adodb connection
Name: oshin Date: May 5, 2009 at 01:41:53 Pacific OS: Windows XP Subcategory: DB2
Comment:
what is the initial step write code after vb is connected to adodb
Summary: is there a possibility to connect two different databases??? I mean is, I have a table called PERSON. under PERSON, there are fields called PERSON NAME, BIRTHDAY and ADDRESS. another table is called S...
Summary: i want to connect the database to the web application...iwant to know the correct syntax. sqlconnection con = new sqlconnection("server='',uid=............????"); plz help me.. ...
Summary: I want to continuously check connectivity to a server(Windows server 2003) from another server(Windows server 2003). If the server does not respond for 5 min them send a mail. ...