G
Guest
I'm a Vb.net 2005 newbie, but an Older VB6 programmer.
With a ADO I work very comfortably (many years!), with ADO Is possible to
work DIRECTLY with all the records in a Table WITHOUT the need to write ANY
sql command.
I try to make the same with ADO.NET (.Net 2.0) using sqlserver express, but
ALL the samples and documentation tell me than I NEED to refer to an SQL
statement.
My question is... Can I retrieve ALL the records in a table WITHOUT use SQL?
For Instance, some of my tables only have a few records...In ADO, for this
task I just use the table name for the commandtype.
Can I Do this? How?
Thanks
With a ADO I work very comfortably (many years!), with ADO Is possible to
work DIRECTLY with all the records in a Table WITHOUT the need to write ANY
sql command.
I try to make the same with ADO.NET (.Net 2.0) using sqlserver express, but
ALL the samples and documentation tell me than I NEED to refer to an SQL
statement.
My question is... Can I retrieve ALL the records in a table WITHOUT use SQL?
For Instance, some of my tables only have a few records...In ADO, for this
task I just use the table name for the commandtype.
Can I Do this? How?
Thanks