Let's say I have a simple two column table in SQL (2000).
First column is the primary key(int) and the second column is just a text column.
What would the syntax to create this untyped dataset in a vb app look like? I ask because I'm having trouble getting one of my untyped datasets 'updating' it's partner in an SQL db.
I believe it is due to how I am creating and configuring my untyped dataset. Specifically, the setting of the primary key.
If I could get a good example of how to accomplish this, I'm sure I can work through this issue. TIA.
Jeff W.
MCSE, CNE
First column is the primary key(int) and the second column is just a text column.
What would the syntax to create this untyped dataset in a vb app look like? I ask because I'm having trouble getting one of my untyped datasets 'updating' it's partner in an SQL db.
I believe it is due to how I am creating and configuring my untyped dataset. Specifically, the setting of the primary key.
If I could get a good example of how to accomplish this, I'm sure I can work through this issue. TIA.
Jeff W.
MCSE, CNE