|
| Opening ODBC with VS2005 Beta2 |
 |
Fri, 15 Jul 2005 21:09:45 GMT |
When i try to open the connection to the ODBC Driver in VB2k5Beta I get
the following error.
An error occurred while retrieving the information from the database:
Column 'TABLE_CAT' does not belong to table Tables.
Is there something i can do to open the driver so i can select say USERNDS
Table?
|
| Post Reply
|
| Re: Opening ODBC with VS2005 Beta2 |
 |
Fri, 29 Jul 2005 23:48:19 GMT |
Hi
Do you know that this is a new problem to VS2005 beta? Can you post your
code?
Thank you
Susan
|
| Post Reply
|
| Re: Opening ODBC with VS2005 Beta2 |
 |
Thu, 04 Aug 2005 15:27:26 GMT |
Susan Perrin wrote:
> Hi
> Do you know that this is a new problem to VS2005 beta? Can you post your
> code?
> Thank you
> Susan
I cant even get that far, I try and use the odbc objects and I get an
error immediatly.
Plus I am very interested in writing for vb.net and need more info on how
to setup my compiler. I know thats probably in a different forum. But cant
find that info either.
|
| Post Reply
|
| Re: Opening ODBC with VS2005 Beta2 |
 |
Thu, 04 Aug 2005 15:28:22 GMT |
wramos1 wrote:
> Susan Perrin wrote:
> > Hi
> > Do you know that this is a new problem to VS2005 beta? Can you post
your
> > code?
> > Thank you
> > Susan
> I cant even get that far, I try and use the odbc objects and I get an
> error immediatly.
> Plus I am very interested in writing for vb.net and need more info on how
> to setup my compiler. I know thats probably in a different forum. But cant
> find that info either.
One other note, I can open the table with excel and Brio Query.
|
| Post Reply
|
| Re: Opening ODBC with VS2005 Beta2 |
 |
Tue, 09 Aug 2005 15:36:34 GMT |
wramos1 wrote:
> When i try to open the connection to the ODBC Driver in VB2k5Beta I get
> the following error.
> An error occurred while retrieving the information from the database:
> Column 'TABLE_CAT' does not belong to table Tables.
> Is there something i can do to open the driver so i can select say USERNDS
> Table?
Some more information:
I tell VB to build the connection string and this is the string that
causes the error.
Dsn=CanardNDS;dbq=NDS:\CANARD_TREECANARD;server=NotTheServer;uid=wramos.net-tech
.mia.canard
My thinking is that, dbq should be pointing to the table defs, and that
there should be a seperate entry for the NDS Tree. IE: dbq=NDS\UserNDS
However again all i need so far is someone to connect from vb into the
odbc using visual studio 5
|
| Post Reply
|
|
|
|
|
|
|
|
|
|