Click here to Skip to main content
15,912,400 members
Home / Discussions / Database
   

Database

 
Questionsolution? Pin
wgdesigner28-Jun-04 22:04
wgdesigner28-Jun-04 22:04 
AnswerRe: solution? Pin
Hesham Amin28-Jun-04 22:17
Hesham Amin28-Jun-04 22:17 
GeneralNeed advice with ExecuteScalar() Pin
akak199728-Jun-04 21:41
akak199728-Jun-04 21:41 
GeneralRe: Need advice with ExecuteScalar() Pin
Grimolfr29-Jun-04 3:20
Grimolfr29-Jun-04 3:20 
GeneralRe: Need advice with ExecuteScalar() Pin
akak199729-Jun-04 8:31
akak199729-Jun-04 8:31 
GeneralRe: Need advice with ExecuteScalar() Pin
Steven Campbell29-Jun-04 12:09
Steven Campbell29-Jun-04 12:09 
GeneralGetting table names from .mdb file Pin
benglish7228-Jun-04 15:46
benglish7228-Jun-04 15:46 
GeneralRe: Getting table names from .mdb file Pin
RichardGrimmer29-Jun-04 21:33
RichardGrimmer29-Jun-04 21:33 
There are a couple of ways to do it....

One way is to use ADODB.Connection.OpenSchema method - returns a recordset with table names and characteristics if specifying the adSchemaTables flag

Other way is to use ADOX - Create a Catalog object, give it an ActiveConnection and it exposes a Tables collection - useful for seeing what's there and also modifying schema info...

As for doing it in .NET - no idea! SUspect that ADO.NET will support the above, but worth checking lol

"Now I guess I'll sit back and watch people misinterpret what I just said......"
Christian Graus At The Soapbox

GeneralKeeping the record on hold Pin
IamADotNetGuy28-Jun-04 8:01
IamADotNetGuy28-Jun-04 8:01 
GeneralRe: Keeping the record on hold Pin
Grimolfr28-Jun-04 9:08
Grimolfr28-Jun-04 9:08 
GeneralRe: Keeping the record on hold Pin
Colin Angus Mackay28-Jun-04 10:59
Colin Angus Mackay28-Jun-04 10:59 
GeneralExcel -> tSQL Pin
partt28-Jun-04 6:05
partt28-Jun-04 6:05 
GeneralRe: Excel -> tSQL Pin
Arjan Einbu28-Jun-04 11:06
Arjan Einbu28-Jun-04 11:06 
GeneralRe: Excel -> tSQL Pin
partt29-Jun-04 5:53
partt29-Jun-04 5:53 
GeneralCopy data b/w tables Pin
Imtiaz Murtaza27-Jun-04 20:51
Imtiaz Murtaza27-Jun-04 20:51 
GeneralRe: Copy data b/w tables Pin
Steven Campbell28-Jun-04 3:12
Steven Campbell28-Jun-04 3:12 
GeneralAnother Oracle question Pin
pankajdaga27-Jun-04 7:22
pankajdaga27-Jun-04 7:22 
Generalweird Oracle problem Pin
pankajdaga27-Jun-04 1:57
pankajdaga27-Jun-04 1:57 
GeneralRe: weird Oracle problem Pin
ThomasH119-Jul-04 12:27
ThomasH119-Jul-04 12:27 
GeneralHelp with SQL query Pin
brdavid26-Jun-04 9:52
brdavid26-Jun-04 9:52 
GeneralRe: Help with SQL query Pin
Michael Potter28-Jun-04 7:07
Michael Potter28-Jun-04 7:07 
GeneralRe: Help with SQL query Pin
brdavid28-Jun-04 9:11
brdavid28-Jun-04 9:11 
GeneralRe: Help with SQL query Pin
Michael Potter28-Jun-04 10:37
Michael Potter28-Jun-04 10:37 
GeneralRe: Help with SQL query Pin
brdavid28-Jun-04 12:04
brdavid28-Jun-04 12:04 
GeneralRe: Help with SQL query Pin
Michael Potter29-Jun-04 8:55
Michael Potter29-Jun-04 8:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.