Pascal

Moderators: None (Apply to moderate this forum)
Number of threads: 4106
Number of posts: 14016

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Databases in Pascal Posted by vjekoman on 31 Jul 2004 at 11:53 AM
Does anyone know is it possible to acces databases from pascal?

Report
Re: Databases in Pascal Posted by zibadian on 31 Jul 2004 at 2:29 PM
: Does anyone know is it possible to acces databases from pascal?
:
:
The simple answer is: yes.
In fact you can access nearly any file you want with Pascal, as long as you know the format, in which that file is stored. In cases of daabase, you need to know how each record and index is stored within the file. Look in the documentation of the database you want to access for more info on this. Or perhaps you might find it (or Pascal code) on the internet.
Report
Re: Databases in Pascal Posted by vjekoman on 1 Aug 2004 at 12:39 PM
Can I use SQL?


Report
Re: Databases in Pascal Posted by zibadian on 1 Aug 2004 at 11:30 PM
: Can I use SQL?
:
:
:
I see no reason why not, but most pascals I've seen didn't have any native SQL support. This means that you either have to find the code to parse SQL on the internet or write it yourself.
Report
Re: Databases in Pascal Posted by bpajk on 2 Aug 2004 at 6:35 AM
: : Can I use SQL?
: :
: :
: :
: I see no reason why not, but most pascals I've seen didn't have any native SQL support. This means that you either have to find the code to parse SQL on the internet or write it yourself.
:
I think Free Pascal has sql support.

Report
Re: Databases in Pascal Posted by vjekoman on 2 Aug 2004 at 12:13 PM
This message was edited by vjekoman at 2004-8-2 12:14:4

: : : Can I use SQL?
: : :
: : :
: : :
: : I see no reason why not, but most pascals I've seen didn't have any native SQL support. This means that you either have to find the code to parse SQL on the internet or write it yourself.
: :
: I think Free Pascal has sql support.
:
:
OK, thank you all, I'll try something.





 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.