Database Server
A database server is a computer program that provides database services to other computer programs or computers, as defined by the client-server model.
Language
Pascal
Remove
Platform
Any
License
Any
Can anyone please help me understand this part of the code
unit lab5un;
interface
uses LAB5IO;
type MyRec= record
name1 : STR39;
name2 : STR39;
end;
type Myfiletype =...
: I want to write a simple PASCAL program but use much memory (10MB).
: I know the FreePascal can access large memory.
: When I define an array of char, the maximum is around 51200.
:
: Or, I...
I have the pascal data files and I want to import then into Access database.
Is it possible ?
: : : : : : Hi !
: : : : : :
: : : : : : Someone knows how can I get a copy of the Turbo Pascal Access ? The
: : : : : : source would be better, but the compiled unit (TACCESS.TPU) is
: : : :...
: : : : : Hi !
: : : : :
: : : : : Someone knows how can I get a copy of the Turbo Pascal Access ? The
: : : : : source would be better, but the compiled unit (TACCESS.TPU) is
: : : : : enough...
: : : Hi !
: : :
: : : Someone knows how can I get a copy of the Turbo Pascal Access ? The
: : : source would be better, but the compiled unit (TACCESS.TPU) is
: : : enough.
: : :
: : :...
: : Hi !
: :
: : Someone knows how can I get a copy of the Turbo Pascal Access ? The
: : source would be better, but the compiled unit (TACCESS.TPU) is
: : enough.
: :
: : Thanks !
: :
:...
: Hi !
:
: Someone knows how can I get a copy of the Turbo Pascal Access ? The
: source would be better, but the compiled unit (TACCESS.TPU) is
: enough.
:
: Thanks !
:
Hi !
Not easy...
Hi !
Someone knows how can I get a copy of the Turbo Pascal Access ? The source would be better, but the compiled unit (TACCESS.TPU) is enough.
Thanks !
This message was edited by zibadian at 2006-9-6 6:4:47
: Hi. Please consider the following code:
:
: var R:array of byte;
: p:PByte;
:
: p:=@R;
:
: Now, I want to the R buffer...
: I need some help on syntax. I'm a Pascal programmer and I want to transfer VESA functions over. Here is the code I'm converting:
:
:
: typedef struct PM_Int
: { unsigned short SetWindow...
I need some help on syntax. I'm a Pascal programmer and I want to transfer VESA functions over. Here is the code I'm converting:
typedef struct PM_Int
{ unsigned short SetWindow Packed;...
: I have an Access database file with a number of designated fields, such as name, age, gender, address, telno, etc. and want to import the data into an array of records in a Pascal program.
:
:...
I have an Access database file with a number of designated fields, such as name, age, gender, address, telno, etc. and want to import the data into an array of records in a Pascal program.
Is it...
: This message was edited by NinthAngle at 2005-9-4 12:41:27
: Ive been trying to transfer a pascal program I wrote on my desktop onto my laptop. Everytime I attempt to execute the .PAS file on my...
This message was edited by NinthAngle at 2005-9-4 12:41:27
Ive been trying to transfer a pascal program I wrote on my desktop onto my laptop. Everytime I attempt to execute the .PAS file on my...
: This message was edited by ClaireB at 2005-5-30 13:58:50
: This message was edited by ClaireB at 2005-5-30 13:54:49
: Hi,
:
: Helping me with this problem will literally save my life.
:...
This message was edited by ClaireB at 2005-5-30 13:58:50
This message was edited by ClaireB at 2005-5-30 13:54:49
Hi,
Helping me with this problem will literally save my life.
For a part...
:
: hi everyone,
:
: i would be really greatefull if anybody can solve these 3 pproblems of mine :
:
: 1. I want to make a type in pascal whose size should be only 2 bits, so that there will...
: This message was edited by Gaashius at 2005-4-25 6:31:50
: : hello there
: :
: : i want to access the winapi dlls directly using turbo pascal 7
: : (using the external command) and not using...