Advertisement

1 - 10 of 1576 containing alltags:("long") (0.002 seconds)
Some time ago I wrote a little module called 'longer.c' which synthesised 64-bit arithmetic out of 32-bit, to give 'long long' behaviour for compilers that don't support it. I implemented addition,...
Zones: CDate Answered: 05/28/1997 Grade: A Views: 0
How come my Quantum Fireball 4,3 GB Disk wont accept long filenames?
Zones: Windows 95Date Answered: 01/27/1998 Grade: A Views: 0
I just added a brand new HD to my system. I used fdisk, then formatted it in Win95. However it won't accept long filenames... H E L P   M E !!!!
Zones: Windows 95Date Answered: 08/01/1998 Grade: C Views: 0
I have 2 tables containing a field of the type LONG. I like to compare the content of these LONG field. I tried allready "tbl1.field<> tbl2.field" and "to_char(tbl1.field)<>to_char(tbl2.field)" and...
Zones: OracleDate Answered: 07/28/1998 Grade: B Views: 0
I want to convert the SEARCH_CONDITION from the ALL_CONSTRAINTS table, which is a long to an string, that I can use the single SEARCH_CONDITIONs
Zones: OracleDate Answered: 08/04/1998 Grade: D Views: 0
How to insert data into a long colums. I tried the foll. SQL on table temp(a varchar2(10), b long) insert into temp values('test',long string of 2100 chars ) the data for column b is having length...
Zones: OracleDate Answered: 05/05/1999 Grade: C Views: 0
I'm trying to embed carriage returns in a Delphi long string and then printing it out in the following manner (in a console app): var     aString : String; begin     aString := 'Hello' + Ch...
Zones: Delphi ProgrammingDate Answered: 11/03/1999 Grade: A Views: 0
Can anyone help with the below. I've never sees this before ! Add the following lines of code to a new project and run :- Dim lngTest As Long lngTest = 12 * 3600 This produces as "Overflo...
Zones: Visual BasicDate Answered: 01/03/2000 Grade: A Views: 0
Open() and _dos_open() won't open files with names 9 characters or longer.   I am trying to open files that are already in the directory but the open function fails.  Normally I could use the na...
Zones: C++Date Answered: 05/18/2000 Grade: A Views: 0
I have a query that returns a value obtained from a texr box on a form. The string returned is regularly greater then 255 charachters. The query returns an erroe message that "The Size of a Field i...
Zones: MS AccessDate Answered: 12/29/2000 Grade: A Views: 0