Re: High availability SQL server setup

2010-01-20 Thread Ruben de Groot
dering consolidating all/most of our SQL > databases (all MySQL) onto a single dedicated cluster setup. > > I'm looking for feedback on the best way to do this. > > All of the options I've considered so far have both their drawbacks and > benefits. From what I can

High availability SQL server setup

2010-01-20 Thread Steve Bertrand
Hi all, For some time, I've been considering consolidating all/most of our SQL databases (all MySQL) onto a single dedicated cluster setup. I'm looking for feedback on the best way to do this. All of the options I've considered so far have both their drawbacks and benefits. From

Urgent assistance with Building Qt4-sql

2008-12-03 Thread Warren Liddell
Just updated my ports via csup and i need qt4-sql installed as a dependency for KDE4.1.3, but it refuses to let me compile it with the following error reguardless if i use the little-endian or big-endian trigger, the result is the same

Error Building Qt4-sql

2008-11-30 Thread Warren Liddell
Just updated my ports via csup and i need qt4-sql installed as a dependency for KDE4.1.3, but it refuses to let me compile it with the following error... The target system byte order could not be detected! Turn on verbose messaging (-v) to see the final report. You can use the -little-endian

FireBird SQL port is not up to date

2008-10-25 Thread DSA - JCR
Hi all I don't know if this is the rigth list to say, but I have found that the por for the Firebird SQL server and client is not up to date. in the ports the version is 2.0.3_2 in FirebirdSQl.org the last version 2.1.1 and also testing 2.5 I work with Firebird SQL Server and under FreeBS

Websphere, Technology, HR, Oracle, Exchange, Dynamics, SQl, Technology, AJAX, AS400 , .NET, IBM customer lists

2008-10-04 Thread mike gordon
BMC BroadVision Commerce One Webtrends MIDDLEWARE/CONNECTIVITY/APP SERVERS/WEB SERVERS: Bea Systems Iona Unisys OPERATING SYSTEMS/HARDWARE/SOFTWARE: COMPAQ HP 3000 HP 9000 HP-UX IBM AS/400 IBM OS/390 Lotus Notes Microsoft Sun Microsystems DATABASE: DB2 FileMaker Informix Oracle SQL SybaseCRM (CUSTOM

Sudden Inability To Use SQL

2008-09-10 Thread Marcel Grandemange
Ok this is difficult to explain, but I have a FreeBSD7 server that has many components that connect to a remote mysql db for. Raduis/Mail and a few web sites. Recently with nothing changed.. Radius can no longer work cause it cannot contact sql server. Web sites bomb out with sql errors

Immediate opening for Oracle + SQL DBA,Temple, TX

2008-08-26 Thread sud psud
*Dear partner * *We have an immediate opening for Oracle + SQL DBA* * * *Oracle + SQL DBA* *Duration : 6 months* *Location :Temple, TX* *Rate : 40* *Skills Required* - 3-5 years DBA Experience working with both Oracle 9i/10g and SQL Server 2000 *or *2005 - 1-3 years working with

get Sql Server2005 data in Freebsd6.2

2007-08-31 Thread James liu
i know how to get data from SQL SERVER 2K but now it show me waring like this: > PHP Warning: mssql_query(): WARNING! Some character(s) could not be > converted into client's character set. > my freetds.conf port = 1433 tds version = 8.0 client charset =

Re: STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-15 Thread Jarosław Staniek
Laurence Sanford said the following, On 2007-05-15 00:41: I see where this is going. Actually, in the original db that I created, there is no conflict with "key" rather it appears to be start. However, I can specify that and get (correct) output from the queries. It looks like the problem is r

Re: STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-14 Thread Jarosław Staniek
Laurence Sanford said the following, On 2007-05-15 00:41: I see where this is going. Actually, in the original db that I created, there is no conflict with "key" rather it appears to be start. However, I can specify that and get (correct) output from the queries. It looks like the problem is r

Re: STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-14 Thread Laurence Sanford
list everything in table1. SELECT * FROM table1 ORDER BY "key" A quick note: "key" is reservered word in sql and kexi cannot deal with it yet properly by adding "" or by displayng appropriate warning. Could you change the column name

Re: STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-14 Thread Jarosław Staniek
ELECT * FROM table1 ORDER BY "key" A quick note: "key" is reservered word in sql and kexi cannot deal with it yet properly by adding "" or by displayng appropriate warning. Could you change the column name to something neu

Re: STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-14 Thread Drew Sanford
"key" A quick note: "key" is reservered word in sql and kexi cannot deal with it yet properly by adding "" or by displayng appropriate warning. Could you change the column name to something neutral and try again and let me know? Sorry. There's

Re: STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-14 Thread Jarosław Staniek
^ A quick note: "key" is reservered word in sql and kexi cannot deal with it yet properly by adding "" or by displayng appropriate warning. Could you change the column name to something neutral and try again and let me know? -- regards / pozdrawiam, Jaroslaw Staniek S

Re: STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-14 Thread Drew
of database? Native (SQLite), MySQL, Postgres? > > > > > Kind regards, > > > > I think you should install the qt database(s) support you want via > ports: > > > > qt-ibase-plugin > > qt-mysql-plugin > > qt-odbc-plugin > > qt-pgsql-plug

Re: STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-13 Thread Laurence Sanford
-plugin > qt4-ibase-plugin > qt4-mysql-plugin > qt4-odbc-plugin > qt4-pgsql-plugin > qt4-sql > qt4-sqlite-plugin > qt4-sqlite3-plugin Hello, Kexi does not use qt sql plugins you mentioned above. Drew, could you send me an SQLite database file with the problem reproduced? I'

Re: STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-12 Thread Jarosław Staniek
t kind of database? Native (SQLite), MySQL, Postgres? > > > Kind regards, > > I think you should install the qt database(s) support you want via ports: > > qt-ibase-plugin > qt-mysql-plugin > qt-odbc-plugin > qt-pgsql-plugin > qt-sqlite-plugin > qt4-ibase-plugin

Re: STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-11 Thread Danny Pansters
showing me how much time they have requested off, etc. - however it > > appears that after a recent upgrade of all ports, which included a KDE > > update, SQL no longer works. For instance, I have a table called > > time_off that has many records in it, but even a simple query such a

Re: STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-11 Thread Bram Schoenmakers
ter a recent upgrade of all ports, which included a KDE > update, SQL no longer works. For instance, I have a table called > time_off that has many records in it, but even a simple query such as > > SELECT * FROM time_off; > > yields an empty result. Does anyone have any pointers

STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-11 Thread Drew Sanford
, SQL no longer works. For instance, I have a table called time_off that has many records in it, but even a simple query such as SELECT * FROM time_off; yields an empty result. Does anyone have any pointers on what it might take to get this working again? I have about 30 saved queries, none of

Re: best programming language for console/sql application?

2007-04-26 Thread Thomas Dickey
On Thu, Apr 26, 2007 at 02:35:39PM +0800, Zhang Weiwu wrote: > There are a lot! There are no known console-based bug tracker > (there are also a lot of console-based bug reporter) I use lynx to update comments on Redhat's bugzilla. That's console-based. (It also uses ncurses) -- Thomas E. Dicke

Re: best programming language for console/sql application?

2007-04-25 Thread Zhang Weiwu
On Wed, 2007-04-25 at 21:03 -0700, L Goodwin wrote: > Zhang (or Weiwu?), Weiwu:) > I'm surprised there are no good open source bug tracking solutions > out there already. There are a lot! There are no known console-based bug tracker (there are also a lot of console-based bug reporter) > Sorry

Re: best programming language for console/sql application?

2007-04-25 Thread L Goodwin
already did quit a few searches. I know someone is > working on a console front-end of G-Forge, but a big software > like > G-Forge is not what I am thinking of. > 2. If I start my own, I think I'll be using a console widget > library >

Re: best programming language for console/sql application?

2007-04-23 Thread Zhang Weiwu
ws any person who > is > starting to work on a slim console-based issue tracker, please > let > me know. I already did quit a few searches. I know someone is > working on a console front-end of G-Forge, but a big software >

Re: best programming language for console/sql application?

2007-04-23 Thread L Goodwin
f I start my own, I think I'll be using a console widget library (ncurse? because it's famous), an SQL database (no problem) and a programming language. I never developed console application before, so here asking for suggestions on what programming language to choose. No

Re: best programming language for console/sql application?

2007-04-23 Thread Jan Grant
On Sun, 22 Apr 2007, Mike Jeays wrote: > On Sunday 22 April 2007 06:32, Zhang Weiwu wrote: > > Dear list > > > > This is OT. I am a 4 year php developer and is very familiar with > > javascript and awk (familiar = knows and used all functions and features > > of the language itself) and I am a 5 y

Re: best programming language for console/sql application?

2007-04-22 Thread Mike Jeays
-Forge, but a big software like > G-Forge is not what I am thinking of. >2. If I start my own, I think I'll be using a console widget library > (ncurse? because it's famous), an SQL database (no problem) and a > programming language. I never developed co

best programming language for console/sql application?

2007-04-22 Thread Zhang Weiwu
be using a console widget library (ncurse? because it's famous), an SQL database (no problem) and a programming language. I never developed console application before, so here asking for suggestions on what programming language to choose. Non of my known language php/javascri

Re: php5 and SQL Scripts

2007-04-02 Thread Kevin Kinsey
Bill Moran wrote: In response to Martin McCormick <[EMAIL PROTECTED]>: About 4 years ago, we installed php from the FreeBSD ports collection on a system in order to query a MS-SQL data base on another server. It worked fine until we upgraded to FreeBSD6.2 and php5. I had mov

Re: php5 and SQL Scripts

2007-04-02 Thread Martin McCormick
, I checked before copying to make sure there was nothing of the same name. When I discovered it didn't work, I looked at /usr/ports and discovered the php4 and php5 ports and did, in fact, properly build php. Now, php is hanging again which makes me think there is a problem be

Re: php5 and SQL Scripts

2007-04-02 Thread Anish Mistry
On Monday 02 April 2007, Martin McCormick wrote: > About 4 years ago, we installed php from the FreeBSD > ports collection on a system in order to query a MS-SQL data > base on another server. It worked fine until we upgraded to > FreeBSD6.2 and php5. I had moved the old binar

Re: php5 and SQL Scripts

2007-04-02 Thread Bill Moran
In response to Martin McCormick <[EMAIL PROTECTED]>: > About 4 years ago, we installed php from the FreeBSD > ports collection on a system in order to query a MS-SQL data > base on another server. It worked fine until we upgraded to > FreeBSD6.2 and php5. I had moved the

php5 and SQL Scripts

2007-04-02 Thread Martin McCormick
About 4 years ago, we installed php from the FreeBSD ports collection on a system in order to query a MS-SQL data base on another server. It worked fine until we upgraded to FreeBSD6.2 and php5. I had moved the old binary across and also pulled several libraries in to /usr/local/lib and

Re: DNS service with a SQL backend

2005-07-21 Thread Norberto Meijome
Kirk Strauser wrote: On Thursday 21 July 2005 02:25, Daniel Marsh wrote: The only issue I foresee is having to have slightly different zone names that you wish to serve for each IP range. Not true. Zone *files*, yes. Because of the wonderfulness that is NAT, my LAN's nameserver gives dif

Re: DNS service with a SQL backend

2005-07-21 Thread Kirk Strauser
On Thursday 21 July 2005 02:25, Daniel Marsh wrote: > The only issue I foresee is having to have slightly different zone names > that you wish to serve for each IP range. Not true. Zone *files*, yes. Because of the wonderfulness that is NAT, my LAN's nameserver gives different answers based on

Re: DNS service with a SQL backend

2005-07-21 Thread Koos van den Hout
Quoting Bruno Gallant who wrote on Wed, Jul 20, 2005 at 03:02:55PM -0400: > We are redesigning our DNS infrastructure, which has been running on > BIND with the regular flat files for years, and there would be a need > for the data to be in a database. (postgresql or mysql, of course) > > I looke

Re: DNS service with a SQL backend

2005-07-21 Thread Norberto Meijome
Daniel Marsh wrote: On Thu, 21 Jul 2005 15:20:11 +0800, Norberto Meijome On a similar thread, does anyone know of any dns server software that would serve different IPs depending on where the query/request comes from? i.e., - resolve www.mydomain.com to the IP of my server in AU for all c

Re: DNS service with a SQL backend

2005-07-21 Thread Daniel Marsh
On Thu, 21 Jul 2005 15:20:11 +0800, Norberto Meijome <[EMAIL PROTECTED]> wrote: Bruno Gallant wrote: Hello, We are redesigning our DNS infrastructure, which has been running on BIND with the regular flat files for years, and there would be a need for the data to be in a database. (postgresql

Re: DNS service with a SQL backend

2005-07-21 Thread Norberto Meijome
Bruno Gallant wrote: Hello, We are redesigning our DNS infrastructure, which has been running on BIND with the regular flat files for years, and there would be a need for the data to be in a database. (postgresql or mysql, of course) On a similar thread, does anyone know of any dns server sof

Re: DNS service with a SQL backend

2005-07-20 Thread Marc G. Fournier
On Wed, 20 Jul 2005, Gustavo De Nardin wrote: On 20/07/05, Bruno Gallant <[EMAIL PROTECTED]> wrote: I looked around the ports to find powerdns, but I don't know if it's good or not. There is also dns/bind9-dlz (). Supports many database backends. (I never use

Re: DNS service with a SQL backend

2005-07-20 Thread Gustavo De Nardin
ugh.) > Is there a port or something already available that can convert DNS > data stored in sql into the proper format for BIND, or another > software with all included? Don't you mean the other way (BIND -> SQL)? -- (nil) ___ fr

DNS service with a SQL backend

2005-07-20 Thread Bruno Gallant
ood or not. Is there a port or something already available that can convert DNS data stored in sql into the proper format for BIND, or another software with all included? Thanks all. -- # Bruno Gallant - [EMAIL PROTECTED] - [EMAIL PROTECTED] ___ freebsd

Re: SQL

2005-05-25 Thread Aaron C. Meadows
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 That's a hard list to write, but here are some gleaned from the ports tree: msql, mysql, firebird,postgresql,sqlite,sqlrelay,yasql,oracle,xbsql (sql wrapper for XBase DBMS) Personally, I use mysql and postgresql quite a bit. I&#x

SQL

2005-05-25 Thread Adel Tabsh
What SQL applications run on Freebsd? like MySQL.. etc? Thanks Adel A. Tabsh, President & C.E.O Premier GPS Inc. 2128 Pegasus Way NE Calgary, Alberta, Canada T2E 8M5 Tel: (403) 295-8879, Fax: (403) 274-3021, GPS N51.10 W-114.00 (Click for map <http://www.multimap.com/map/browse.cgi

Re: SQL glitches

2005-03-24 Thread Paul Schmehl
--On Thursday, March 24, 2005 11:56:24 PM +0530 Subhro <[EMAIL PROTECTED]> wrote: Hello Folks, I am running a 5.3-R-p5 system. I have just installed mysql41-server from the ports collection. But when I try to start the mysqld daemon I get this error: Since you *just* installed it, I would make de

Re: SQL Glitches

2005-03-24 Thread Subhro
Bad of me :-( I should have RTFM. I have run mysql_install_db but now I get zurich# /usr/local/libexec/mysqld -u mysql 050324 10:57:19 InnoDB: Database was not shut down normally! InnoDB: Starting crash recovery. InnoDB: Reading tablespace information from the .ibd files... InnoDB: Restoring po

SQL glitches

2005-03-24 Thread Subhro
Hello Folks, I am running a 5.3-R-p5 system. I have just installed mysql41-server from the ports collection. But when I try to start the mysqld daemon I get this error: zurich# /usr/local/libexec/mysqld -u mysql 050324 9:58:07 InnoDB: Database was not shut down normally! InnoDB: Starting crash

Re: SQL Questions

2005-02-13 Thread Murray Taylor
On Fri, 2005-02-11 at 23:54, Jan Branbergen wrote: > >I would like to install SQL here for my own use, not for any real life > > > > currently, round now for learning. > > > > Right now plan to install MySQL. > > Looking through the ports there

Re: SQL Questions (MySQL or PostgreSQL?)

2005-02-12 Thread Nick Pavlica
Jan Branbergen wrote: > > >>I would like to install SQL here for my own use, not for any real life > > >> > > >>currently, round now for learning. > > >> > > >>Right now plan to install MySQL. > > >>Looking through the po

Re: SQL Questions -> migrating MySQL to PostgreSQL?

2005-02-11 Thread Oliver Leitner
well, i havent done that one yet, but you might want to have a look onto this page, that i just "discovered" via google: http://www.sitepoint.com/article/site-mysql-postgresql-1 there are many more articles about this one. i hope this helps you further. Greetings Oliver Leitner Technical Staf

Re: SQL Questions -> migrating MySQL to PostgreSQL?

2005-02-11 Thread Mike Jeays
On Fri, 2005-02-11 at 19:18, Erik Norgaard wrote: > Peter Risdon wrote: > > Postgresql is an excellent dbms and well worth a look. But if you're > > starting out, I think mysql is the place to be. > > Ok, since the discussion is up, I have used MySQL for years, no problem > serves my needs. Yet,

Re: SQL Questions -> migrating MySQL to PostgreSQL?

2005-02-11 Thread Erik Norgaard
Peter Risdon wrote: Postgresql is an excellent dbms and well worth a look. But if you're starting out, I think mysql is the place to be. Ok, since the discussion is up, I have used MySQL for years, no problem serves my needs. Yet, I'd like to try out that PostgreSQL so many talks about. So, how d

Re: SQL Questions (MySQL or PostgreSQL?)

2005-02-11 Thread Louis LeBlanc
gt; On February 11, 2005 05:17 pm, Sean wrote: > > Jan Branbergen wrote: > > >>I would like to install SQL here for my own use, not for any real life > > >> > > >>currently, round now for learning. > > >> > > >>Right now plan to install My

Re: SQL Questions (MySQL or PostgreSQL?)

2005-02-11 Thread Ean Kingston
On February 11, 2005 05:17 pm, Sean wrote: > Jan Branbergen wrote: > >>I would like to install SQL here for my own use, not for any real life > >> > >>currently, round now for learning. > >> > >>Right now plan to install MySQL. > >>Looking

Re: SQL Questions (MySQL or PostgreSQL?)

2005-02-11 Thread Andrew L. Gould
On Friday 11 February 2005 04:17 pm, Sean wrote: > > What is the difference between PostgreSQL and MySQL? > From what I see MySQL seems to be more common. > > Sean What.not enough holy wars this week? ;-) PostgreSQL and MySQL are both good database server applications. Here are some

Re: SQL Questions (MySQL or PostgreSQL?)

2005-02-11 Thread Kevin Kinsey
Sean wrote: What is the difference between PostgreSQL and MySQL? From what I see MySQL seems to be more common. Sean There are a lot of threads on a forum I frequent (www.phpbuilder.com/board) that address this issue. Here are a few links. http://www.phpbuilder.com/board/showthread.php?thread

Re: SQL Questions (MySQL or PostgreSQL?)

2005-02-11 Thread Oliver Leitner
ort and to the point. Greetings Oliver Leitner Technical Staff http://www.shells.at > Jan Branbergen wrote: > >>I would like to install SQL here for my own use, not for any real life > >> > >>currently, round now for learning. > >> > >>Right now pla

Re: SQL Questions (MySQL or PostgreSQL?)

2005-02-11 Thread Peter Risdon
anisation because of limitations and license issues with another sql database system (MiniSQL) that isn't in much use now. Mysql was developed for speed rather than features. And it is fast. It's catching up on the feature front but Postgresql is a more complete implementation of

Re: SQL Questions (MySQL or PostgreSQL?)

2005-02-11 Thread Sean
Jan Branbergen wrote: I would like to install SQL here for my own use, not for any real life currently, round now for learning. Right now plan to install MySQL. Looking through the ports there is numerous version and some say for server, some say for client. Looking for some tips as to what

Re: SQL Questions

2005-02-11 Thread Jan Branbergen
>I would like to install SQL here for my own use, not for any real life > > currently, round now for learning. > > Right now plan to install MySQL. > Looking through the ports there is numerous version and some say for > > server, some say for client. > > Lo

Re: SQL Questions

2005-02-11 Thread Peter Risdon
On Thu, 2005-02-10 at 18:42 -0500, Sean wrote: > I would like to install SQL here for my own use, not for any real life > currently, round now for learning. > > Right now plan to install MySQL. > Looking through the ports there is numerous version and some say for > server, s

Re: SQL Questions

2005-02-10 Thread Ean Kingston
On February 10, 2005 06:42 pm, Sean wrote: > I would like to install SQL here for my own use, not for any real life > currently, round now for learning. > > Right now plan to install MySQL. > Looking through the ports there is numerous version and some say for > server, s

SQL Questions

2005-02-10 Thread Sean
I would like to install SQL here for my own use, not for any real life currently, round now for learning. Right now plan to install MySQL. Looking through the ports there is numerous version and some say for server, some say for client. Looking for some tips as to what version of SQL and tools

Re: Running Pervasive SQL Server for Linux ?

2004-04-07 Thread S H A N
more than 5% in perl oracle db drivers test results. thanks S H A N "Seeing yourself as you want to be is the key to personal growth." - Unknown On Tue Mar 09, 2004 at 11:22:29PM SGT, B.Bonev wrote: > Is there any possibility to run Pervasive SQL Server for Linux un

Running Pervasive SQL Server for Linux ?

2004-03-09 Thread B.Bonev
Is there any possibility to run Pervasive SQL Server for Linux under FreeBSD's Linux emulation? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: seperating SQL and application server?

2003-11-16 Thread Ryan Thompson
o access the server, and the server have no > other works to do. > > I wish to know what slowed it down. A static page is 10 times faster. I > know phpgroupware is very complicated, and each page are displayed after > complicated process, so is the CPU too slow? Or is it the I/O problem

RE: seperating SQL and application server?

2003-11-16 Thread Vahric MUHTARYAN
?! And if you read too much from the disk I suggest use RAID1 or RAID10 Vahric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zhang Weiwu Sent: Sunday, November 16, 2003 3:25 PM To: [EMAIL PROTECTED] Subject: seperating SQL and application server

seperating SQL and application server?

2003-11-16 Thread Zhang Weiwu
do. I wish to know what slowed it down. A static page is 10 times faster. I know phpgroupware is very complicated, and each page are displayed after complicated process, so is the CPU too slow? Or is it the I/O problem? Or should I put the SQL server on another box? What is likely to be the

IMAP SQL/ODBC

2003-04-01 Thread Matt Smith
All- I am looking for an IMAP server that can store mail in a database, preferably via ODBC. I am most interested in using either MySQL or PostgreSQL, but would also like to try storing in a remote Oracle database via ODBC. Any good recommendations? Thanks, -Matt -- Matt Smith <[EMAIL PROTECTE

SQL Server and FreeBSD-5-CURRENT

2003-03-27 Thread CARTER Anthony
Hi, I am currently responsible for managing some oracle and MS (yuck) SQL servers. I am using 5-CURRENT tree and would like to know if there are any applications that would allow me to managed my SQL servers straight from BSD. I dual-boot currently every time I need to run Enterprise manager

Re: Are There any Free Tools to do Remote SQL Queries?

2002-12-18 Thread Martin McCormick
My sincerest thanks to everyone who responded to my question. All of you sent a wide range of good suggestions of which we went the PHP route although one never knows when this will arise again so I will keep all the answers on file. To Unsubscribe: send mail to [EMAIL PROTECTED] with "un

Re: Are There any Free Tools to do Remote SQL Queries?

2002-12-17 Thread Fernando Gleiser
On Tue, 17 Dec 2002, Martin McCormick wrote: > We may need to make sql queries to a Microsoft server > from a FreeBSD system. I am in an area of which I am totally > unfamiliar and there is a bit of a time factor involved. > > The object is to retrieve text files

Re: Are There any Free Tools to do Remote SQL Queries?

2002-12-17 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-12-17 11:08:17 -0600: > We may need to make sql queries to a Microsoft server > from a FreeBSD system. I am in an area of which I am totally > unfamiliar and there is a bit of a time factor involved. > > The object is to retrieve text files

RE: Are There any Free Tools to do Remote SQL Queries?

2002-12-17 Thread Barry Byrne
half Of Martin > McCormick > We may need to make sql queries to a Microsoft server > from a FreeBSD system. I am in an area of which I am totally > unfamiliar and there is a bit of a time factor involved. > > The object is to retrieve text files containing the > r

Re: Are There any Free Tools to do Remote SQL Queries?

2002-12-17 Thread Aleksey I. Yurlov
Yeah, try /usr/ports/databases/freetds Martin McCormick wrote: We may need to make sql queries to a Microsoft server from a FreeBSD system. I am in an area of which I am totally unfamiliar and there is a bit of a time factor involved. The object is to retrieve text files containing the

Are There any Free Tools to do Remote SQL Queries?

2002-12-17 Thread Martin McCormick
We may need to make sql queries to a Microsoft server from a FreeBSD system. I am in an area of which I am totally unfamiliar and there is a bit of a time factor involved. The object is to retrieve text files containing the results of the query so that scripts can be generated

Pptpd , HDCP and LDAP or SQL authentication

2002-11-21 Thread Marcin M. Jessa
link allowing users to browse it. 2. How to run DHCP over mpd's tunnel? 3. Do you know if there is a way to authenticate pptpd users with LDAP or SQL instead of the mpd.secret text file? Any suggestions and comments are welcome. Cheers. YazzY To Unsubscribe: send mail to [

Re: Does Qt SQL drivers compile on FreeBSD: Was: Qt sql drivers

2002-09-21 Thread GERARDO ENRIQUE PAREDES MANCIA
02 @ 1356 PST): GERARDO ENRIQUE PAREDES MANCIA said, in 1.8K: > >> << > > > > I have tried to compile Qt-3.0.5 with sql plugin support enabled, adding > > the following line to the Makefile: > > > > -plugin-sql-mysql > > > > whi

Re: Qt sql drivers

2002-09-20 Thread GERARDO ENRIQUE PAREDES MANCIA
On Friday 20 September 2002 14:50, Adam Weinberger wrote: > In file included from main.cpp:38: > > ../../../../src/sql/drivers/mysql/qsql_mysql.h:49: mysql.h: No such file > > or directory and qsql_mysql.h is there!!! do anyone know why is not enabled by default in the port, or

Re: Qt sql drivers

2002-09-20 Thread Adam Weinberger
it's not finding mysql.h, which lives in /usr/local/include/mysql. you need to hardcore -I/usr/local/include/mysql into that dir's Makefile. -Adam >> (09.20.2002 @ 1356 PST): GERARDO ENRIQUE PAREDES MANCIA said, in 1.8K: << > I have tried to compile Qt-3.0.5 with s

Qt sql drivers

2002-09-20 Thread GERARDO ENRIQUE PAREDES MANCIA
I have tried to compile Qt-3.0.5 with sql plugin support enabled, adding the following line to the Makefile: -plugin-sql-mysql which is what configure -help says, i was just wondering if they are not enabled by default, it maybe means, sql plugin support in Qt is broken for