![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Database Database problems or need to ask a question? maybe something to do with sql injections or a database software question. Database topics cover MySQL, PostgreSQL, Oracle, SQL Server or anything else related to databases. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| Hi, For product demos to get users up and running quickly I need a database and content. While databases such as Oracle have great uilities like import/export to ship 'start/vendor supplied reference data' I would like to ship something suitable for several databases - Oracle, mySQL, hSql, etc. I dont have a problem writing the sql schema scripts - most of the differences from one database to another are not huge to change. But the content seems problematic - regardless of the db vendor - while I *could* use general insert statements (ugh) - that falls down quickly with 2000 character fields or binary data. Do I truly need to write my own stand alone application (perhaps Java + propreitary binary files) to import the reference data or is there another way? thanks Tim | |||
|
| Advertisements |
| | #2 | ||
| (rips open the plastic wrapper of microwavable popcorn and heads to the kitchen ...) I wonder how long it will be until Mladen mentions the Perl DBI and its cross-platform abilities albeit limited by lacking array-interface support. 4:08 pm EDT. -bdbafh | |||
|
| | #3 | ||
| <timasmith@hotmail.com> wrote in message news:1147895142.398214.254280@u72g2000cwu.googlegr oups.com... > Hi, > > For product demos to get users up and running quickly I need a database > and content. > > While databases such as Oracle have great uilities like import/export > to ship 'start/vendor supplied reference data' I would like to ship > something suitable for several databases - Oracle, mySQL, hSql, etc. > > I dont have a problem writing the sql schema scripts - most of the > differences from one database to another are not huge to change. > > But the content seems problematic - regardless of the db vendor - while > I *could* use general insert statements (ugh) - that falls down quickly > with 2000 character fields or binary data. > > Do I truly need to write my own stand alone application (perhaps Java + > propreitary binary files) to import the reference data or is there > another way? > > thanks > > Tim > I don't know about mySQL etc. but don't each of those have an export and import utility? If they do then just do 3 exports, 1 from each db. Then ship them and let the customer import with the proper utility. It should take a lot shorter than writing something. (and making that thing perform well etc.) You have to test agaainst all those databases anyway.(so you should have them in house) Jim | |||
|
| | #4 | ||
| Perhaps you can use http://dbunit.sourceforge.net/ ? Though I have no real experience with the tool so I can't qualify my suggestion. | |||
|
| Featured Websites | ||||
|
![]() |
| Tags: data, importing, independent, solution |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Importing Waypoints | Capt. jack | GPS | 3 | 06-25-2007 11:50 PM |
| Sony MEX-1HD - importing from memory stick | Glenn Richards | Car audio | 0 | 06-18-2007 3:18 PM |
| Independent Web Designer | Brian Sakowicz | Building An Internet Business | 0 | 05-29-2007 3:09 AM |
| Independent Web Designer | Brian Sakowicz | Building An Internet Business | 0 | 05-29-2007 2:34 AM |
| importing calendars | Chase Kimball | Google questions | 0 | 05-28-2007 1:45 AM |
| Featured Websites | ||||
|