


Hello,I'm using Zeos components (6.0.12) to connect to PostgreSQL DB 7.3.1.Stored procedure (InsertPlace) doesn't work when called usingZeos component.It should return "true" or "false".Code:Query1->SQL->Clear();Query1->Params->Clear();Query1->SQL->Add("select InsertP...
Look at this:http://www.zend.com/images/survey/14.gifI belive that there is only one reason why most of people are usingMySQL - it has native, very easy to install version for windows.--------(end of broadcast)--------TIP 3: if posting/reading through Usenet, please send an appropriatesubscribe-...
Please see the attached file for details.--------(end of broadcast)--------TIP 5: Have you checked our extensive FAQ?http://www.postgresql.org/docs/faqs/FAQ.html...
See the attached file for details--------(end of broadcast)--------TIP 3: if posting/reading through Usenet, please send an appropriatesubscribe-nomail command to majordomo@postgresql.org so that yourmessage can get through to the mailing list cleanly...
Greetings,Is there any kind of support for XQL in PostgreSQL ? I tried to google to findthe answer, but couldn't find anything very useful -- aside from somethingrelated to OpenACS...Regards,Frederic--------(end of broadcast)--------TIP 5: Have you checked our extensive FAQ?http://www.postg...
Hi AllI am trying to run the Postgres 8.0 intaller on my XP embedded (XPe) build. I get to the point where it runs initdb.exe but it ends up failing and does not install. I believe i am possible missing a system file or service but i don't know. To me it seems like the postgres installer co...
Anybody have a good stored procedure for doing a byte-by-byte XOR onstrings (or is there one that I missed mentioned in the documentation)?~Berend Tober--------(end of broadcast)--------TIP 2: you can get off all lists at once with the unregister command(send "unregister YourEmailAddressHere" to...
Is there a XOR logical operator in Postgresql, or afunction for XOR ??I only found in the docs a Binary XOR (#).I need to do the following checkup:(field1 is NULL XOR field2 is NULL XOR filed3 is NULL)i can't right it like this:((field1 is NUll or field2 is NUll)and (field1 is NUll or field...
Anyone have a good function for byte-by-byte XOR of text or varchar data(or does one exist already in pg which I missed in the documentation)?~Berend Tober--------(end of broadcast)--------TIP 8: explain analyze is your friend...
I need to convert recordsets to XML, is there an automatic way to do thisin PostgreSQL or a tool I can use? Or do I have to code this manually?Regards,BTJ-----------------------------Bjrn T Johansen (BSc,MNIF)Executive Managerbtj@havleik.no Havleik ConsultingPhone : +47 67 54 15 17 Conradisve...
Anyone have any experience or suggestions where to look for tools, librariesetc that can take an XML template (xslt or xsdl) and create a tablestructure from the XML template definition?I have seen tools to do this in the microsnot world.I am runn PostgreSQL 7.x on linux.I have been doing db adm...
hi,I'm looking for an open-source tool that will allow me to extract data asXML.thanks for any tips.j...
Hi all-I'm migrating to postgres from the MS SQL Server land, as I can seea great potential with postgres, I was wondering if anyone hasexperimented or started a project with XML inside user definedfunctions?I've seen the contrib/xml shipped with the distro, as I see it'susefulnes...
Is there an XA Resource Manager for PostgreSQL (perhaps with an interface exposed using CORBA/IDL) ?If not, would you know what would prevent one from being written ?Thanks!--__________________________________________________ ________Sign-up for your own personalized E-mail at Mail.comhttp://www...
Hii AllI need to write include DDL statements in function, as we used to fo in Oracle with EXECUTE IMMEDIATE command. Is there any way we can do this.RegardsSarabjeet...
