Connecting Vb.net with BRINKSTER SQL Database

raziiq

Member
Joined
Mar 26, 2005
Messages
7
Programming Experience
Beginner
Hi
I have developed a program in Vb.net which will connect to the access database on the BRINKSTER's website (www.brinkster.com).This website provides the user to make their own database on the internet for free and for educational purposes.
I have made an MS access database on this website.Database name is myDb.mdb.I have made a table in this database named LoginTBL with fields loginname and loginPassword.

Now whenever i try to run my vb application to connect to this database i get the exception () at this line

Dim cn As OleDbConnection

'Error is at this line below

cn = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=http://www.brinkster.com/raziiqbal/db/mydb.mdb; User Id=username;Password=mypassword;")

can anybody help me please
its urgent
 
Back
Top