7 lines
352 B
Plaintext
7 lines
352 B
Plaintext
|
|
SQL Server Data Access Components
|
||
|
|
Copyright 1997-2007, Core Lab. All Rights Reserved
|
||
|
|
--------------------------------------------------
|
||
|
|
|
||
|
|
Demonstrates how to create applications that work with MS SQL Server
|
||
|
|
Compact Edition. Demo connects to a database and opens a table. If the
|
||
|
|
specified database does not exists, it will be created automatically.
|