database-metadata Questions
5
Solved
I'm busy on a piece of code to get alle the column names of a table from an Oracle database. The code I came up with looks like this:
DriverManager.registerDriver (new oracle.jdbc.driver.OracleDri...
Restless asked 21/10, 2009 at 14:30
4
Solved
I have a ResultSet that returns data of different types. The query is constructed dynamically so, at compile time, I don't know what type of value the query will return.
I have written the followi...
Dorladorlisa asked 11/9, 2012 at 10:37
1
Currently, the jTDS JDBC driver (1.2.5) against Microsoft SQL Server 2008 appears to incorrectly report the data type for DATE columns as NVARCHAR.
It probably behaves the same for both earlier v...
Welbie asked 8/5, 2012 at 17:46
1
Solved
I'm using EF Code First in my new project. I'm not going to use Auto Migration feature and have not [__MigrationHistory] table in db. But with looking at Profiler, I can always see EF issues a quer...
Dibbrun asked 1/7, 2012 at 6:50
2
How to copy a table from server A database db1 to server B database db2 ?
I am able to copy a table from one database to another database within the server, but not able to do for across servers. ...
Glenn asked 9/5, 2012 at 11:56
2
Solved
In this code I am trying to delete the tables if they already exist every time I run the program, but the control is not going inside the if statements. table1 and table2 are present in the databas...
Kathrinkathrine asked 19/11, 2011 at 21:44
3
Solved
Are there any system stored procs to report the stats and metadata of a database itself in SQL Server 2005?
What I need is a quick way to output a list of tables, the size of each table, the numbe...
Clementinaclementine asked 18/1, 2009 at 11:31
© 2022 - 2024 — McMap. All rights reserved.