Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DB connection

Status
Not open for further replies.

draganss

Programmer
Jan 13, 2006
47
MK
Application for HP IPAQ (VB.NET 2003)

ConnString =
"server=" & SrvName & ";" & "database=" & DBName & ";" & "user ID=" & UsrName & ";" & "password=" & UsrPwd & "; Connection Timeout=20"

When I use this connection string to connect from HP IPAQ to an DataBase on Win Server 2000 (SQL 2000 Entreprise Edition) it is OK.
Same application but on Win XP Pro (SQL 2000 Personal Edition) gives me an error.

What is wrong?

Thanx, Marin
 
What is the error?

I used to rock and roll every night and party every day. Then it was every other day. Now I'm lucky if I can find 30 minutes a week in which to get funky. - Homer Simpson

Arrrr, mateys! Ye needs ta be preparin' yerselves fer Talk Like a Pirate Day! Ye has a choice: talk like a pira
 
Error I'm getting on HP IPAQ is:

SLQ Exception

No other details.

 
What about security ? Is it standard, trusted, connected through ip address..

What is the connection? ole, odbc, .net .. ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top