Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. farnaz

    how to get table name

    you have got it right , I don't know what my query looks like could you help me?
  2. farnaz

    how to get table name

    Thanks for your reply, but I want to get spesific table from a sql query not all tables in database. for example if my query would be "SELECT Receiver FROM Cartable Full Join Messaging on Messaging.ID =Cartable.ID", how could I get "cartable" and " Messaging"?
  3. farnaz

    how to get table name

    hi I have a problem,I want to get table name from sql query in java I have used : "ResultSetMetaData md = rs.getMetaData();" but, "md.getTableName(1)" returns an empty string furthermore,my driver is"com.microsoft.jdbc.sqlserver.SQLServerDriver" I have used "ResultSetMetaDataOptions=1" in...
  4. farnaz

    get table name from a query

    hi I have a problem,I want to get table name from sql query in java I have used : "ResultSetMetaData md = rs.getMetaData();" but, "md.getTableName(1)" returns an empty string furthermore,my driver is"com.microsoft.jdbc.sqlserver.SQLServerDriver" I have used "ResultSetMetaDataOptions=1" in...

Part and Inventory Search

Back
Top