Hi experts,
which approaches would you suggest for:
- Reading a database schema (tables, fields, relationships) from SQL
Server 2005?
- Visualizing the DB schema?
For developing a DB tool the schema should be read from the server and
then be visualized, e.g. like the SQL Server BI Deve...
more >>
I have a gridview "new" command that insert a new row into a postgresql
database.that uses the odbc driver.
Newbie as I am i thought that iReturn would have the new index that was
created.
SqlDS1.InsertCommand = "INSERT INTO \"Algorithms\" (source_code_id, comment
VALUES (69, 'haleys co...
more >>