
SQL Server/VB (Identity Column)
I've created a table in SQL Server with only 2 columns:
test_id int NOT NULL
test_name char NULL
And I set the test_id to be Identity and the Primary Key.. I'm able
to access the table, add new columns, and view the information with
Access. But when I go into Visual Basic, I can't look at the table at
all.. the error I'm getting has no message, just an empty message box.
ARGGHH!!
(a few minutes later, after calming down)
Any help on this is greatly appreciated.
Thanks in advance,
Ron (the village idiot)