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 bkrike 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: mslane
  • Content: Threads
  • Order by date
  1. mslane

    Form / Window modifier

    Hello, I'm new to great plains, and have been assigned the task of adding a couple of fields to our existing invoice structure. These fields are serial number and due date. I've looked all over the documentation that I have, and I can't even figure out where to start. The fields need to be...
  2. mslane

    Pervasive SQL jdbc driver

    Hello, Does anyone know where I can find a jdbc driver for pervasive SQL2000? Pervasive's site seems to give me a SQL2000i driver, but no SQL2000 driver can be found. Has anyone ever programmed pervasive SQL2000 with j2ee before? Thanks for the help. Matt
  3. mslane

    JDBC Drivers

    Hello, I'm trying to develop an application that ties into microsoft's great plains dynamics. I'm running a pervasive SLQ2000 database engine, and trying to program with it for the first time. I'm writing the app in java. I've gone through and set up ODBC access to the btrieve tables, and...
  4. mslane

    GP / Pervasive SQL Databases

    Hello, I am trying to find information on the database layout and structure for Great Plains using Pervasive SQL2000i. I need to access certain btrieve file to read some data from another program, but without some basic structure knowledge I'm faced with going through each and every table to...
  5. mslane

    Great Plains Btrieve Tables

    Hello, I have an application that I need to read some information from some of the btrieve files that great plains uses in their pervasiveSQL setup. Does anyone know where I can find some documentation on the great plains table structure? I know what info I need to get out of great plains...
  6. mslane

    JDBC problems through j2ee application

    Does anyone know how to prepare a query statement so that the queries won't stall when certain characters are entered by a user. For instance ' " & % #. These characters all stall my queries. Is there a quick java fix that I can apply, or do I need to write a QueryPrepare class to...
  7. mslane

    characters that crash mysql queries

    Hello, I'm doing some web programming, and have run into a few issues using mysql queries. There are a number of characters (ie #%&";") that stall my queries. I'm programming in java, and I run the executeQuery command on user entered text. How can I prepare the statement to go to...

Part and Inventory Search

Back
Top