Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is faster: insert from memvar or insert fields?
Message
From
25/07/2006 11:00:03
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01139366
Message ID:
01139722
Views:
13
>>>>>What do you think about age? Is there a simpler way to find person's age in years?
>>>>
>>>>(val(dtoc(date(),1)) - val(dtoc(m.bDate),1))/10000
>>>>
>>>>could be used for years.
>>>>Cetin
>>>
>>>How accurate it is? Can I rely on it?
>>
>>I said "for years", so it's accurate for years resolution (typo on code - dtoc(m.bDate,1)).
>>I wrote Age class for high level of accuracy where it was important to know age to last detail (ie: drug dosage in an infant).
>>I don't know if you were serious saying all your validation was about 120 years. I would then only check if !empty(bDate). 120 part is not accurate in itself. Depending on source you might already be threating invalid dates as valid dates (ie: SQL server is in use w/o not allowing null in datetime fields and there were values which in fact meant to be empty).
>>PS; Did you read my note about GetUSeID(). I think it's the bottleneck and you could speed up just removing it.
>>Cetin
>
>That's getting on my nerves :(
>
>Error: 1103
>LineNo: 1228
>Message: Invalid seek offset.
>Procedure: runprocess
>Details:
>StackLevel: 2
>LineContents: insert into load_trans_diagnosis_codes... Time spent: 43 sec.
>
>I added cEntered_User in all my insert statements, BTW.
>
>Ok, time to get another fresh set of data and re-try.

I'd recreate my table and indexes when I get that error.
I don't have an idea about cEntered_user.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform