Recent

Author Topic: Anyone know what happened to tpsql?  (Read 7635 times)

snorkel

  • Hero Member
  • *****
  • Posts: 817
Anyone know what happened to tpsql?
« on: February 06, 2012, 05:29:36 pm »
http://wiki.lazarus.freepascal.org/TPSQL

None of the download links work.
***Snorkel***
If I forget, I always use the latest stable 32bit version of Lazarus and FPC. At the time of this signature that is Laz 3.0RC2 and FPC 3.2.2
OS: Windows 10 64 bit

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: Anyone know what happened to tpsql?
« Reply #1 on: February 06, 2012, 05:46:55 pm »
Don't know, but you do realize there's built-in connectivity to PostgreSQL using the SQLDB components?
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

snorkel

  • Hero Member
  • *****
  • Posts: 817
Re: Anyone know what happened to tpsql?
« Reply #2 on: February 06, 2012, 06:53:19 pm »
yes, I know, but from reading the page about tpsql, it kind of sounded like it didn't need libpq.dll and used tcp/ip only for communicating with the server.  Just wanted to check it out.

***Snorkel***
If I forget, I always use the latest stable 32bit version of Lazarus and FPC. At the time of this signature that is Laz 3.0RC2 and FPC 3.2.2
OS: Windows 10 64 bit

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Anyone know what happened to tpsql?
« Reply #3 on: February 07, 2012, 02:43:17 am »
Quote
yes, I know, but from reading the page about tpsql, it kind of sounded like it didn't need libpq.dll and used tcp/ip only for communicating with the server.
Where is that stated? AFAIK you'll need the respecting client library in order to access certain databases, and that's applicable to all supported databases (unless you try to create it yourself, which AFAIK no one is crazy enough to do it). It would be required, either statically (the IDE compiled with references to the dll as in sqlite package) or dynamically (only when needed as with other dbms).

ttomas

  • Full Member
  • ***
  • Posts: 245
Re: Anyone know what happened to tpsql?
« Reply #4 on: February 07, 2012, 12:56:07 pm »
Quote
(unless you try to create it yourself, which AFAIK no one is crazy enough to do it)

DevArt is carazy enough, do it with PdDac, also working with lazarus
http://www.devart.com/pgdac/


Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Anyone know what happened to tpsql?
« Reply #6 on: February 07, 2012, 03:21:47 pm »
Quote
DevArt is carazy enough, do it with PdDac, also working with lazarus
OK, that means my knowledge is not wide enough.
Man, this DevArt guy is crazy...

snorkel

  • Hero Member
  • *****
  • Posts: 817
Re: Anyone know what happened to tpsql?
« Reply #7 on: February 07, 2012, 10:57:37 pm »
Quote
yes, I know, but from reading the page about tpsql, it kind of sounded like it didn't need libpq.dll and used tcp/ip only for communicating with the server.
Where is that stated? AFAIK you'll need the respecting client library in order to access certain databases, and that's applicable to all supported databases (unless you try to create it yourself, which AFAIK no one is crazy enough to do it). It would be required, either statically (the IDE compiled with references to the dll as in sqlite package) or dynamically (only when needed as with other dbms).

It doesn't state that, but it also doesn't say libpq.dll is a requirement, it simply says over IP.   Yes the Devart PostgreSQL components work over IP using the wire protocol and don't need libpq.dll and they totally rock for PostgreSQL. It's super nice to be able to write a PostgreSQL app and not have to worry about deploying libpq.dll and it's dependencies.
I actually have a copy, but you need the source code version to use with Lazarus/Freepascal.
***Snorkel***
If I forget, I always use the latest stable 32bit version of Lazarus and FPC. At the time of this signature that is Laz 3.0RC2 and FPC 3.2.2
OS: Windows 10 64 bit

JD

  • Hero Member
  • *****
  • Posts: 1848
Re: Anyone know what happened to tpsql?
« Reply #8 on: February 08, 2012, 03:52:16 pm »
This is very interesting to me because PostgreSQL is one of three databases that I use - the others being SQLite and Firebird. But is this free?
Windows - Lazarus 2.1/FPC 3.2 (built using fpcupdeluxe),
Linux Mint - Lazarus 2.1/FPC 3.2 (built using fpcupdeluxe)

mORMot; Zeos 8; SQLite, PostgreSQL & MariaDB; VirtualTreeView

Zoran

  • Hero Member
  • *****
  • Posts: 1830
    • http://wiki.lazarus.freepascal.org/User:Zoran
Re: Anyone know what happened to tpsql?
« Reply #9 on: February 08, 2012, 09:26:03 pm »
But is this free?

No. See: http://www.devart.com/pgdac/editions.html
Only professional edition, which comes with source code, works with Lazarus/FPC.

JD

  • Hero Member
  • *****
  • Posts: 1848
Re: Anyone know what happened to tpsql?
« Reply #10 on: February 08, 2012, 10:47:19 pm »
But is this free?

No. See: http://www.devart.com/pgdac/editions.html
Only professional edition, which comes with source code, works with Lazarus/FPC.

Too bad. Anyway there's always Zeos and Lazarus' SQL component.
Windows - Lazarus 2.1/FPC 3.2 (built using fpcupdeluxe),
Linux Mint - Lazarus 2.1/FPC 3.2 (built using fpcupdeluxe)

mORMot; Zeos 8; SQLite, PostgreSQL & MariaDB; VirtualTreeView

 

TinyPortal © 2005-2018