ado.net - How to get schema of our table without filling its DataTable before calling NewRow method? -


I know that before adding a new row to a DataTable, I should have a table schema before calling the NewRow method. ..

But as you know, placing a schema of a table means to fill the datatable with DB records. This means connecting with DB and getting records.

Do you have any schema without any choice?

  set debo.uppers  

above The query only retrieves the table schema.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -