Viewing 15 posts - 1 through 15 (of 16 total)
Hi Jeff
Apologies for the late response!
I have posted the files you requested!
HEADER FILE
<FIELD name="FIELD1" offset="1" length="8" type="D" />
<FIELD name="FIELD2" offset="9" length="10" type="N" />
<FIELD name="FIELD3" offset="19" length="43" type="S" />
<FIELD ...
March 30, 2007 at 8:08 am
Thanks Lowell for the info!
Unfortunately, the Analysis process takes months - thus requiring permenant storage and fast data access!!
Regards,
TNT
March 12, 2007 at 8:23 am
Hi all,
Initially customers provide our software with a raw text flat file (along with a...
March 12, 2007 at 7:29 am
Hi Lowell
I agree with you and i'd rather use SQL SERVER ... I have already told my boss about the benefits of keeping to SQLSERVER ...
He has now agreed...
March 9, 2007 at 8:56 am
Hi CodeDigger,
Many thanks for your response!
i found this http://dev.mysql.com/tech-resources/features.html which compares database...
Sysbase and FrontBase look promising!!!
Thanks to all those who responded!!!
Regards,
T.
March 9, 2007 at 4:42 am
Thanks for replying Greg.
I know that MS SQL 2000 Limit is 1024.
Currently the only two options that i have thought of are:
[1] Normalise the database ( Which my boss...
March 8, 2007 at 9:54 am
yes. the user has comlete access the whole database. TNT |
March 17, 2004 at 3:08 am
Hi SQLBill, the query works in query analyer and in the program (A.exe) here.. But the A.exe program does not work for clients... |
March 16, 2004 at 7:42 am
thanx alot for your help guys... i've decided to go with the easy option |
February 12, 2004 at 3:16 am
coool, thanx for the tip if i remove the 'ISNULL(@var + ',','')' the query returns one... |
February 11, 2004 at 6:24 am
i will change the trigger structure so that i 'treat the data as a set', as u said.. am still curious why... |
February 11, 2004 at 5:38 am
Hi Antares686, Table1,2,3 are something like this... ****************************************************** CREATE TABLE [table1] ( [id] INTEGER (FK) [fd1] NVARCHAR [fd2] NVARCHAR [fd3] NVARCHAR ) CREATE TABLE [table2] ( [id] INTEGER (FK) [f1] NVARCHAR [f2] NVARCHAR [f3] NVARCHAR ) CREATE TABLE... |
February 11, 2004 at 4:20 am
Hi Antares686, i use the following code: DECLARE @val INT SELECT @val = valid FROM tblx
What i mean by 'batch'... |
February 10, 2004 at 10:18 am
hi SQLBill, the SELECT statement returns 5 records. In the trigger: @@ROWCOUNT returns 5 aswell, but only one (last) record inserted in the... |
February 10, 2004 at 7:59 am
Viewing 15 posts - 1 through 15 (of 16 total)