Search Results

1
vote
4answers
542 views

Table Details in SQL Anywhere?

I just downloaded the developer edition of SQL Anywhere. How can I get a list of tables in the database I'm connected to?. Also for a particular table, how do I get the meta-data for that table (co …
5
votes
5answers
241 views

Best .NET3.5 based strategy for creating disconnected db application.

Hi group: My requirements are: Relatively small database: 25-30 tables with 4-5k rows in each. 4-5 users with their own copies of local database on their laptops. Sync when need …
0
votes

Problem In updating a database through windows application.

I think Zim is using automatically generated Datasets, along with Winforms controls. To send the data back to the database, in the automatically generated form, are you clicking the "Save" button, …