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 strongm 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. mslane

    Export Netscape Mail to Outlook

    Has anyone figured out how to export/import mail using netscape 6.x and above into outlook. Outlook appears to only support 4.x. Also, does anyone know how to export an address book from Netscape 6.2? Thanks, Matt
  2. 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...
  3. 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
  4. 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...
  5. 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...
  6. 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...
  7. mslane

    characters that crash mysql queries

    The characters are in the query from user entered values. For example I would ask the question: What is today's date? They respond: Today's date is December 17, 2001. If I tried to put the user entered String into the database with this statement String newDate =...
  8. mslane

    JDBC problems through j2ee application

    Do I have to write a method that adds a slash to all five of those characters for every sql statement I make? That's what I'm wondering, is there an easier way, or something that has already been written to run my queries through. Thanks, Matt
  9. mslane

    MySQL & ASP Help!!!! Advice needed

    You can use mySql with ASP. There are ODBC drivers and such that will connect up to the mysql database. I am currently using JSP pages, and everything works just fine with ODBC (JDBC).
  10. 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...
  11. 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