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 SkipVought 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: *

  • Users: ericg
  • Order by date
  1. ericg

    Stored Procedure to Return data in Oracle

    The front end is a Macintosh/Windows Database, 4th Dimension, which connects to Oracle via ODBC. I'm using the 4th Dimension ODBC extensions. A code example in VB would be helpful, as would a general description of what has to be done in the Oracle Procedure/Package to get the data there.
  2. ericg

    Stored Procedure to Return data in Oracle

    In MSSQL Server you could use a Select statement in a stored procedure to return many rows of data. In Oracle, it seems that you need PL/SQL to open a cursor, return the rows in a cursor and then print the cursor using SQL/Plus or a similar tool. I need to use an ODBC connection to run a...
  3. ericg

    Sharing Access 2000 databases with Filemaker Pro

    The problem may come from having commas in the data fields, which may be fooling the import into thinking that there are extra fields.

Part and Inventory Search

Back
Top