Exforsys

Online Training

Retrieve the List of Table Names

This is a discussion on Retrieve the List of Table Names within the C Sharp forums, part of the Programming Talk category; Hi, How can I retrieve the list of table names from backend database ODBC connection, Using C#? Any Solution! Much ...


Go Back   Exforsys > Programming Talk > C Sharp

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-17-2006, 01:40 AM
Junior Member
 
Join Date: Feb 2006
Posts: 12
seenu01 is on a distinguished road
Retrieve the List of Table Names

Hi,

How can I retrieve the list of table names from backend database ODBC connection, Using C#?

Any Solution!
Much Thanks...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-17-2006, 07:20 AM
Senior Member
 
Join Date: Nov 2004
Posts: 175
sanereddy is an unknown quantity at this point
Hello Seenu, What is the databse you are using..? . Thanks,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-17-2006, 12:22 PM
Junior Member
 
Join Date: Feb 2006
Posts: 12
seenu01 is on a distinguished road
Hi Reddy

I plan to use MS Access for time being, Will that be suitable. Which one do you suggest. My main objective should be fulfilled, i.e., retriving table names...

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-17-2006, 02:09 PM
Senior Member
 
Join Date: Mar 2005
Posts: 909
techguru is on a distinguished road
try this ...

select name from msysobjects where type=1 using ado or any other data access..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

« - | Help »

Thread Tools

Posting Rules
You may not post new questions
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 05:06 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.