Click here to Skip to main content
15,891,033 members
Home / Discussions / Database
   

Database

 
QuestionUnicode, VB 2005 and SQL Server 2000 Pin
San Vibol5-Apr-07 17:21
San Vibol5-Apr-07 17:21 
QuestionMySQL connection problem Pin
shabonaa5-Apr-07 13:46
shabonaa5-Apr-07 13:46 
AnswerRe: MySQL connection problem Pin
Hayder Marzouk6-Apr-07 7:53
Hayder Marzouk6-Apr-07 7:53 
AnswerRe: MySQL connection problem Pin
shabonaa6-Apr-07 10:10
shabonaa6-Apr-07 10:10 
QuestionExtracting Primary Key to use as a Foreign Key Pin
bweaver5-Apr-07 8:18
bweaver5-Apr-07 8:18 
AnswerRe: Extracting Primary Key to use as a Foreign Key Pin
mghiassi5-Apr-07 8:34
mghiassi5-Apr-07 8:34 
AnswerRe: Extracting Primary Key to use as a Foreign Key Pin
kubben5-Apr-07 8:37
kubben5-Apr-07 8:37 
AnswerRe: Extracting Primary Key to use as a Foreign Key Pin
bweaver5-Apr-07 8:50
bweaver5-Apr-07 8:50 
Here is the logic I'm trying to use...and maybe I'm thinking about this all wrong.

Loop through Objects loaded from file (Loop1)
   Add Object to Dataset (Table1)
   Loop through Array a in Object (Loop2)
      I need the key from the Object above at this point
      Add values from Array a to Dataset (Table2)

Table1.Update
Table2.Update


What I was trying to avoid was updating the database each time through Loop1, in order to get back an a unique ID (or primary key), feeling all those updates may be quite a performance hit. Maybe there is no way around that though. Any thoughts?

Thanks,

Brandon
Questionsteps to include activeX scripting in a DTS package Pin
indian1435-Apr-07 1:12
indian1435-Apr-07 1:12 
QuestionOrder of procedures to add a table Pin
thecodedemon5-Apr-07 0:06
thecodedemon5-Apr-07 0:06 
QuestionWhat happened with my SQL transaction log file? Pin
Hanh Aeriscute5-Apr-07 0:00
Hanh Aeriscute5-Apr-07 0:00 
AnswerRe: What happened with my SQL transaction log file? Pin
Krish - KP6-Apr-07 4:24
Krish - KP6-Apr-07 4:24 
QuestionactiveX script for a SQL-Server DTS package Pin
indian1434-Apr-07 21:45
indian1434-Apr-07 21:45 
AnswerRe: activeX script for a SQL-Server DTS package Pin
Frank Kerrigan4-Apr-07 23:16
Frank Kerrigan4-Apr-07 23:16 
GeneralRe: activeX script for a SQL-Server DTS package Pin
indian1435-Apr-07 0:55
indian1435-Apr-07 0:55 
Questionwhats the date function for sql statement? Pin
neodeaths4-Apr-07 15:41
neodeaths4-Apr-07 15:41 
AnswerRe: whats the date function for sql statement? Pin
Christian Graus4-Apr-07 16:23
protectorChristian Graus4-Apr-07 16:23 
GeneralRe: whats the date function for sql statement? Pin
neodeaths4-Apr-07 20:11
neodeaths4-Apr-07 20:11 
GeneralRe: whats the date function for sql statement? Pin
Frank Kerrigan4-Apr-07 23:17
Frank Kerrigan4-Apr-07 23:17 
AnswerRe: whats the date function for sql statement? Pin
Krish - KP4-Apr-07 20:53
Krish - KP4-Apr-07 20:53 
GeneralRe: whats the date function for sql statement? Pin
neodeaths8-Apr-07 15:30
neodeaths8-Apr-07 15:30 
QuestionHelp with parameters Pin
User 66584-Apr-07 13:21
User 66584-Apr-07 13:21 
AnswerRe: Help with parameters Pin
rujuc#4-Apr-07 21:09
rujuc#4-Apr-07 21:09 
GeneralRe: Help with parameters Pin
User 66585-Apr-07 12:59
User 66585-Apr-07 12:59 
QuestionSSIS Question Pin
Marcus Spitzmiller4-Apr-07 8:13
Marcus Spitzmiller4-Apr-07 8:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.