Enter Keywords:
1 - 10 of 1650(0.034 seconds)
Sort By:
 
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 Rating: 7.6 Views: 0
How come my Quantum Fireball 4,3 GB Disk wont accept long filenames?
Zones: Windows 95Date Answered: 01/27/1998 Rating: 8.8 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 Rating: 6.2 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 Rating: 7.0 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 Rating: 5.4 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 Rating: 6.6 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 Rating: 8.8 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 Rating: 8.8 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 Rating: 7.8 Views: 0
Hi, I have the follwoing questions: 1.) What is the use of PASCAL at the declaration of the function? 2.) What is the use of FAR, NEAR pointer? Furhter, What is the difference between them...
Zones: C++Date Answered: 05/13/2001 Rating: 9.4 Views: 0