472,378 Members | 1,409 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,378 software developers and data experts.

Data Processing and SQL INSERTING

Data Processing and SQL INSERTING

Hello guy's i'm faced with a horrible dilemma i have whole dictionary that i
have to enter into a database. I have all the text and i would like to
convert it into a sql insert query so i don't have to enter all that data
manually. I would like some recommendation on the best way i could get this
data into the data. If anyone has any suggestions please help. this is what
I'm facing.


This is how data is originally

Step 1:

dominize - 1. To line up dominoes in interesting patterns and knock them
over, causing the domino effect. 2. To do this with any other multiple
rectangular objects. 3. To utterly destroy the whole by defeating one small
part, much in the same manner.
e.g., Did you see that episode of "America's Funniest Home Videos" where
those guys dominized a thousand empty VHS cases? That was awesome.
submitted by BigAssFries - (www)
Step 2: remove "submitted by BigAssFries - (www)"

dominize - 1. To line up dominoes in interesting patterns and knock them
over, causing the domino effect. 2. To do this with any other multiple
rectangular objects. 3. To utterly destroy the whole by defeating one small
part, much in the same manner.
e.g., Did you see that episode of "America's Funniest Home Videos" where
those guys dominized a thousand empty VHS cases? That was awesome.

Step 3: Seperate text * when there is more then one meaning there are
numbers other wise there aren't. example"dome - "your head, above the face."
e.g., "John just got mugged! They slapped a lead pipe against his dome!"
submitted by dust" there are also sometimes " at the begining of meaning and
some times not.

dominize -
1. To line up dominoes in interesting patterns and knock them
over, causing the domino effect.
2. To do this with any other multiple
rectangular objects.
3. To utterly destroy the whole by defeating one small
part, much in the same manner.
e.g., Did you see that episode of "America's Funniest Home Videos" where
those guys dominized a thousand empty VHS cases? That was awesome.
Step 4: Format text

dominize - add \" and \'
1. To line up dominoes in interesting patterns and knock them over, causing
the domino effect.
2. To do this with any other multiple rectangular objects.
3. To utterly destroy the whole by defeating one small part, much in the
same manner.
e.g., Did you see that episode of \"America's Funniest Home Videos\" where
those guys dominized a thousand empty VHS cases? That was awesome.

Step 5: Remove - and e.g.,

dominize
1. To line up dominoes in interesting patterns and knock them over, causing
the domino effect.
2. To do this with any other multiple rectangular objects.
3. To utterly destroy the whole by defeating one small part, much in the
same manner.
Did you see that episode of "America's Funniest Home Videos" where those
guys dominized a thousand empty VHS cases? That was awesome.
Step 6: Create SQl query - NULL is always NULL and yes is always yes the
numbers must increment look at the example below.

INSERT INTO vocab VALUES (1, 'dominize', 'yes');
INSERT INTO meaning VALUES (NULL, 1, 'To line up dominoes in interesting
patterns and knock them over, causing the domino effect.', NULL, 'Did you
see that episode of "America's Funniest Home Videos" where those guys
dominized a thousand empty VHS cases? That was awesome.');
INSERT INTO meaning VALUES (NULL, 1, 'To do this with any other multiple
rectangular objects.', NULL, 'NULL');
INSERT INTO meaning VALUES (NULL, 1, 'To utterly destroy the whole by
defeating one small part, much in the same manner.', NULL, 'NULL');
INSERT INTO vocab VALUES (2, 'word #2', 'yes');
INSERT INTO meaning VALUES (NULL, 2, 'To line up dominoes in interesting
patterns and knock them over, causing the domino effect.', NULL, 'Did you
see that episode of "America's Funniest Home Videos" where those guys
dominized a thousand empty VHS cases? That was awesome.');

INSERT INTO vocab VALUES (2, 'word #3', 'yes');
INSERT INTO meaning VALUES (NULL, 3, 'To line up dominoes in interesting
patterns and knock them over, causing the domino effect.', NULL, 'Did you
see that episode of "America's Funniest Home Videos" where those guys
dominized a thousand empty VHS cases? That was awesome.');
INSERT INTO meaning VALUES (NULL, 3, 'To line up dominoes in interesting
patterns and knock them over, causing the domino effect.', NULL, 'NULL');
Jul 19 '05 #1
0 1964

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Redd | last post by:
The following is a technical report on a data modeling project that was recently assigned to me by my professor. I post it so that anyone else who is studying databases and data modeling can have...
3
by: Geoff | last post by:
I have been asked to add postal rates to a web page shopping cart checkout procedure. After contacting the post office I discovered that they used XML to receive postal rate requests and send back...
4
by: oshanahan | last post by:
Does anyone have ideas on the best way to move large amounts of data between tables? I am doing several simple insert/select statements from a staging table to several holding tables, but because...
1
by: Ramesh | last post by:
hi I am trying to insert 50,000 random records in the SQL server. I have created COM for inserting records. When i started inserting, after 44152 records it displayed following error message. "...
9
by: David Harris | last post by:
Ok, so I'm semi-new to .NET, having done everything manually with SQL code back in VB6. So before I program this up completely manually again, I thought I'd ask for better ways to think through...
5
by: Chris | last post by:
I have a meetings section I'm developing on our intranet. Using PHP/MySQL. Meeting info and Meeting docs reside on 2 related tables in the db. Users may want to upload anywhere from 1 to 10 or...
4
by: JLupear | last post by:
My friend and I are trying to start a business and are writing a website of our own. We have been trying to create an online estimator and are having trouble with writing the javascript that is to...
1
by: Steveaux | last post by:
Hi, I'm new to ASP.Net, so this may be something simple that I forgot. I have a form where a person can create a login. I'm doing the processing on this myself. The form has a plethora of...
2
by: AlexanderDeLarge | last post by:
Hi! I got a problem that's driving me crazy and I'm desperately in need of help. I'll explain my scenario: I'm doing a database driven site for a band, I got these tables for their discography...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
1
by: Johno34 | last post by:
I have this click event on my form. It speaks to a Datasheet Subform Private Sub Command260_Click() Dim r As DAO.Recordset Set r = Form_frmABCD.Form.RecordsetClone r.MoveFirst Do If...
1
by: ezappsrUS | last post by:
Hi, I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...
0
DizelArs
by: DizelArs | last post by:
Hi all) Faced with a problem, element.click() event doesn't work in Safari browser. Tried various tricks like emulating touch event through a function: let clickEvent = new Event('click', {...
0
by: F22F35 | last post by:
I am a newbie to Access (most programming for that matter). I need help in creating an Access database that keeps the history of each user in a database. For example, a user might have lesson 1 sent...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.