Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Error parsing connection string

60 views
Skip to first unread message

flux2187

unread,
Jun 28, 2010, 10:52:03 AM6/28/10
to
Hi,

I found this board while searching for a resolution to my issue. I am
trying to connect to a ultralite database stored on my local machine
but I am getting an exception stating that there was an error parsing
the connection string. Here is a code snippit:

ULConnection _Conn;
ULConnectionParms openParms = new ULConnectionParms();


String connString = @"dbf=\Documents and Settings\zach\My
Documents\Visual Studio 2008\Projects\DatabaseControl\DatabaseControl
\bin\Debug\\my_db.udb";

_Conn = new ULConnection(connString); //
Exception is thrown here
_Conn.Open();


I have exhausted all possible ideas in my head and if anyone has a
suggestion I would greatly appreciate it. Thank you in advance.

0 new messages