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 Chris Miller 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. daniorza

    "Views" for Microsoft Access database !!!

    When I try to select views in Microsoft Access database in a java application within jdbc:odbc and the sql statement is "select Name from sysobjects where xtype = 'v'" I get this : [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input...
  2. daniorza

    sql queries fro Access !

    I want to find out the sql strings for creating an query (view ) in Access database and for selecting views ( queries ) from a Access database in Sybaseasa is like this : " select viewtext from sysviews where viewname = 'name_of_view' "

Part and Inventory Search

Back
Top