On Tue, Aug 28, 2012 at 1:03 PM, Phillip Baker wrote:
> Greetings all,
>
> I am having some trouble with running a stored proc on an MSSQL DB.
> I am new to using MSSQL.
>
>
>
> $link = mssql_connect($server, $db, $password);
>
>
>
> if(!$link){
>
> die('Error connecting to MSSQL d
Greetings all,
I am having some trouble with running a stored proc on an MSSQL DB.
I am new to using MSSQL.
$link = mssql_connect($server, $db, $password);
if(!$link){
die('Error connecting to MSSQL database at '.$server);
} else {
$storedproc = "SP_DialerVa
On Fri, Jul 9, 2010 at 7:10 AM, Paul Halliday wrote:
> On Fri, Jul 9, 2010 at 7:12 AM, Paul Halliday wrote:
>> It was a typo :) The installation is running on FreeBSD. I am looking
>> at TDS right now as a possible cause.
>>
>
> Got it:
>
> In /usr/local/etc/freetds.conf:
>
> [global]
> hos
On Fri, Jul 9, 2010 at 7:12 AM, Paul Halliday wrote:
>>>
>>> What am I missing?
>>>
>>
>> Is the slash before the domain name above just a typo in your e-mail?
>> It took a while to get mssql configured to where I could test it here
>> since we're using Microsoft's SQL Server Driver for PHP (if yo
>>
>> What am I missing?
>>
>
> Is the slash before the domain name above just a typo in your e-mail?
> It took a while to get mssql configured to where I could test it here
> since we're using Microsoft's SQL Server Driver for PHP (if you are
> running PHP under Windows, I'd strongly recommend thi
On Thu, Jul 8, 2010 at 1:01 PM, Paul Halliday wrote:
> Is there something that needs to be tweaked or added to get this to
> work? I am trying to connect to server 2008 w/ MS SQL 2008. I can see
> the connections fail in the servers event logs if I take away \domain
> from \domain\username (mixed
> -Original Message-
> From: Paul Halliday [mailto:paul.halli...@gmail.com]
> Sent: Thursday, July 08, 2010 10:01 AM
> To: php-general@lists.php.net
> Subject: [PHP] MSSQL failing.
>
> Is there something that needs to be tweaked or added to get this to work?
I
>
Is there something that needs to be tweaked or added to get this to
work? I am trying to connect to server 2008 w/ MS SQL 2008. I can see
the connections fail in the servers event logs if I take away \domain
from \domain\username (mixed auth is turned off) so the communication
is somewhat working.
Hello !
My Workstation/server:
Window XPApache 2.2.4 (win32) PHP/5.2.3SQl Server 2003
I have never been able to load mssql extension in my life...In my php .ini
file, I removed the ; correctly :
extension=php_mssql.dll
Other extensions work fine, for example I use the PDF extension :
exte
:[EMAIL PROTECTED]
> Sent: Monday, January 21, 2008 5:43 PM
> To: Leticia Larrosa
> Cc: php-general@lists.php.net
> Subject: Re: [PHP] mssql and latin characters
>
> On Jan 20, 2008 9:53 PM, Leticia Larrosa <[EMAIL PROTECTED]> wrote:
> > Hello
> >
> >
> &
Leticia Larrosa
-Original Message-
From: Eric Butera [mailto:[EMAIL PROTECTED]
Sent: Monday, January 21, 2008 5:43 PM
To: Leticia Larrosa
Cc: php-general@lists.php.net
Subject: Re: [PHP] mssql and latin characters
On Jan 20, 2008 9:53 PM, Leticia Larrosa <[EMAIL PROTECTED]> wrote:
>
use to get the data is:
>
>
> mssql_connect('server','user','pass');
>
> mssql_select_db('db');
>
>
>
> $r = mssql_query("select some_column from some_table");
>
> $d = mssql_fetch_assoc($r);
>
>
>
> echo $d[
the data appears with weird characters.
The code I use to get the data is:
My PHP is 4.4.3, and my SO is XP.
Other people ask the same as Im and get no answer proper are:
<http://www.psicofxp.com/forums/desarrollo-web.264/226703-php-mssql-y-acento
s.html>
http://www.psicof
On Tue, January 8, 2008 4:06 pm, Alexis wrote:
> I am pulling my hair out trying to set up PHP to connect to SQL
> Server.
>
> The office server, running Server 2003, has SQL Server on it.
>
> One of my computers is running XP with Apache 2.2 and PHP 5.2.3.
> Another one has Ubuntu Gusty Gibbon, A
On Jan 8, 2008 8:58 PM, Shelley Shyan <[EMAIL PROTECTED]> wrote:
> Did you check that you have enabled MSSQL extension?
> That is,
> On XP system, you should have this line 'extension=php_msql.dll' in php.ini
> file and the leading ';' be removed.
> On Ubuntu, you should also install mssql extensi
no problem once you have managed mssql.
It talks to sql server 2005/2000 quite well.
Regards,
Shelley
-Original Message-
From: Alexis [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 09, 2008 6:07 AM
To: php-general@lists.php.net
Subject: [PHP] MSSQL
Hi,
I am pulling my hair out try
Hi,
I am pulling my hair out trying to set up PHP to connect to SQL Server.
The office server, running Server 2003, has SQL Server on it.
One of my computers is running XP with Apache 2.2 and PHP 5.2.3.
Another one has Ubuntu Gusty Gibbon, Apache 2.2 and PHP 5.2.3
Ideally I would like to get
There are two settings in php.ini mssql.textsize and mssql.textlimit. When
tese are set to -1 (default) the values used are configured on the server
and is usually 4k.
- Frank
> Is there size limit for select queries in php?
>
> I am trying to grab a very long string that exists in the database.
Is there size limit for select queries in php?
I am trying to grab a very long string that exists in the database.
When I do a select and print it out, php keep truncating the string - only
outputing the first half or so when the string is too long.
I have checked the actual database and the stri
On Fri, December 1, 2006 2:28 am, Le Phuoc Canh wrote:
> I use php version 4.4.2. When i use mssql and sybase extention, they
> are
> conflict together. I don't know how to using them together.
It might be easiest to dump mssql and use sybase exclusively.
Last I heard, Microsoft hasn't actually c
Dear all,
I use php version 4.4.2. When i use mssql and sybase extention, they are
conflict together. I don't know how to using them together.
Please help me...
Thanks & Best Regard
I am currently working on a project using SQL Server 2000. I don't
think there would be a big advantage to switching to sql server 2005
for this project, but is anyone using 2005 (or one of the Express
versions) with PHP? Looks like it only uses the "native client"?
--
Thanks,
Mike Smith
--
PHP G
#x27;; php-general@lists.php.net
Subject: RE: [PHP] mssql 20020429
Never mind I found it. It was 4.2.1
But... now I get IIS complaining the CGI module hasn't returned a full set
of headers :(
-Original Message-
From: Daniel Baughman [mailto:[EMAIL PROTECTED]
Sent: Monday, August 15,
Never mind I found it. It was 4.2.1
But... now I get IIS complaining the CGI module hasn't returned a full set
of headers :(
-Original Message-
From: Daniel Baughman [mailto:[EMAIL PROTECTED]
Sent: Monday, August 15, 2005 2:58 PM
To: php-general@lists.php.net
Subject: [PHP]
Hey guys,
I'm looking for the php_mssql.dll with api version: 20020429
Does anyone know where I can translate that to a version release in order to
find the release with that version dll or something?
Or have a resource for finding modules based on API version?
Regards,
Dan
--
PHP General M
Hello
Is there anybody who succed in doing per/page listing from a MS SQL Server db.
knowing that mssql doesnt support LIMIT like mysql and it uses TOP.
i didnt find an optimized way to make a per/page script.
Here's what am doing know :
to replace a MySQL "SELECT FROM LIMIT $x,$y"
i did
> having said that any HTML in production envs should degrade nicely for
> older browsers. it doesn't have to look the same but it should be
> accessible.
It won't be if you use CSS.
>> I can't count the number of CSS sites I've skipped because their links
>> don't work (in my browser) due to CSS
Richard Lynch wrote:
Jochem Maas wrote:
font
tags
suck
I know nothing about MSSQL - thankgod (sorry I really can't help you
there) - but I can recommend eradicating all font tags... everywhere...
take no prisoners... death to frontpage (oh sorry got carried away :-).
try this instead:
# Can´t esta
Jochem Maas wrote:
> font
> tags
> suck
>
> I know nothing about MSSQL - thankgod (sorry I really can't help you
> there) - but I can recommend eradicating all font tags... everywhere...
> take no prisoners... death to frontpage (oh sorry got carried away :-).
> try this instead:
>
>
> # Can´t est
Pablo D Marotta wrote:
Hi there..
I´m connecting to a Ms Sql Server 2000, with the system administrator´s name,
and its password.
It always works fine, but... I know it´s not the safest way of connecting, so I
want to use some ordinary user names and passwords.
The problem is that I just can´t make
Hi there..
I´m connecting to a Ms Sql Server 2000, with the system administrator´s name,
and its password.
It always works fine, but... I know it´s not the safest way of connecting, so I
want to use some ordinary user names and passwords.
The problem is that I just can´t make it work, it always th
: mercredi 12 janvier 2005 21:54
To: php-general@lists.php.net
Subject: [PHP] PHP + MSSQL win32
Hi
I try to use PHP with MSSQL on a WINXP station.
Usually, on win32 systems this works very well, but today I can't
understand the problem.
I can connect and execute SELECT statements
When
Hi
I try to use PHP with MSSQL on a WINXP station.
Usually, on win32 systems this works very well, but today I can't
understand the problem.
I can connect and execute SELECT statements
When I try to INSERT , DELETE or UPDATE a record, I have a PHP ERROR,
and a MSSQL error "code 15457" in
Alaor Barroso wrote:
> I changed the php.ini and enabled the support for
> MSSQL and now i can connect without errors, BUT when
> make an query to an table the query return NO MATCHES,
> i have sure that the SQL line is correct (i already
> used it on(or in? i don't know the difference =P)
> other
Alaor Barroso wrote:
It looks like PHP can't communicate with MSSQL but it
connect! Strange...
What server platform are you using? If you are on *nix you will need to
install freetds and then build php with freetds support before you can
use mssql with it. Under a windows server platform this m
Hello guyz, sorry my bad english, im brazilian and
i'll try to write in english...
I use actually PHP 5.02 with MySQL in my site, but now
i have to access an external server that use MS SQL
Server running at windows 2000 server edition, firtly
i tried to connect and it fails, because i don't have
[snip]
On Thursday 02 September 2004 08:30, blackwater dev wrote:
> the date is a very good question? Here is the info from my system
>
> -rwxr-xr-x1 root root 1371932 Sep 1 19:50 /usr/bin/php
>
> Not sure why its showing that date - Apache has been restarted.
But that's probably yo
On Thursday 02 September 2004 08:30, blackwater dev wrote:
> the date is a very good question? Here is the info from my system
>
> -rwxr-xr-x1 root root 1371932 Sep 1 19:50 /usr/bin/php
>
> Not sure why its showing that date - Apache has been restarted.
But that's probably your php-
-- Original message from blackwater dev : --
> the date is a very good question? Here is the info from my system
>
> -rwxr-xr-x 1 root root 1371932 Sep 1 19:50 /usr/bin/php
>
> Not sure why its showing that date - Apache has been restarted.
>
Are you sure apache i
the date is a very good question? Here is the info from my system
-rwxr-xr-x1 root root 1371932 Sep 1 19:50 /usr/bin/php
Not sure why its showing that date - Apache has been restarted.
On Wed, 01 Sep 2004 22:29:41 +, Jennifer Goodie <[EMAIL PROTECTED]> wrote:
> --
On Wed, Sep 01, 2004 at 04:39:51PM -0400, blackwater dev wrote:
> I have tried recompiling with --with-mssql and --with-mssql=/usr/include/freetds
> It all appears to compile correctly, except the info page does not
> reflect the config was done with mssql at all. below is a snippet of
> the confi
-- Original message from blackwater dev : --
> I have tried recompiling with --with-mssql and --with-mssql=/usr/include/freetds
> It all appears to compile correctly, except the info page does not
> reflect the config was done with mssql at all. below is a snippet of
>
Just try --with-mssql=/usr/include instead. Is that where freetds is
installed for you? I think it's in /usr/local for me, so I use
--with-mssql=/usr/local.
Blackwater Dev wrote:
I have tried recompiling with --with-mssql and --with-mssql=/usr/include/freetds
It all appears to compile correctly,
I have tried recompiling with --with-mssql and --with-mssql=/usr/include/freetds
It all appears to compile correctly, except the info page does not
reflect the config was done with mssql at all. below is a snippet of
the config switches that were used.
--enable-ftp \
--enable-magi
We just tried again with the -mssql switch but it still doesn't seem
to be therethe -mssql isn't on the info page...I don't have a
clue...
http://mwvre.ht-tech.net/info.php
On Wed, 01 Sep 2004 15:08:41 -0400, Ben Ramsey <[EMAIL PROTECTED]> wrote:
> Like I and others have said, you need to com
Like I and others have said, you need to compile PHP --with-mssql
Blackwater Dev wrote:
No, I was using the mssql functions which I want to use.
I tried the dbx functions example:
$link = dbx_connect('mssql', $mssqldbhost,"",$mssqldbuser,$mssqldbpass);
but go the error that the mssql module isn't l
No, I was using the mssql functions which I want to use.
I tried the dbx functions example:
$link = dbx_connect('mssql', $mssqldbhost,"",$mssqldbuser,$mssqldbpass);
but go the error that the mssql module isn't loaded.
On Wed, 1 Sep 2004 14:06:55 -0400, John Holmes <[EMAIL PROTECTED]> wrote:
> Fr
, 2004 1:19 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] MSSQL, PHP and Linux
>
> I need some help...I am helping a local business with a site which
> needs to connect to a mssql db, my webhost uses linux and compiled php
> with the freetds library and when I go to the info page..it
From: "blackwater dev" <[EMAIL PROTECTED]>
I need some help...I am helping a local business with a site which
needs to connect to a mssql db, my webhost uses linux and compiled php
with the freetds library and when I go to the info page..it does show
Microsoft SQL Server under dbx yet I still get t
-- Original message from blackwater dev : --
> I need some help...I am helping a local business with a site which
> needs to connect to a mssql db, my webhost uses linux and compiled php
> with the freetds library and when I go to the info page..it does show
> Microsoft
blackwater dev wrote:
I need some help...I am helping a local business with a site which
needs to connect to a mssql db, my webhost uses linux and compiled php
with the freetds library and when I go to the info page..it does show
Microsoft SQL Server under dbx yet I still get the errors "called to
Hi,
You should compile php with this option --with-mssql or
--with-mssql=/path/to/freetds.
This will enable the mssql extension. Enabling the DBX extension is not
enough. DBX is just a wrapper arround other extensions. You still need to
compile each of these extensions.
- Frank
> I need some h
I need some help...I am helping a local business with a site which
needs to connect to a mssql db, my webhost uses linux and compiled php
with the freetds library and when I go to the info page..it does show
Microsoft SQL Server under dbx yet I still get the errors "called to
undefined function mss
* Thus wrote Aris Santillan ([EMAIL PROTECTED]):
> hi everyone
>
> can you give me a sample code of using MSSQL stored procedures?
> and its explanation..
Here's a good place to start.
http://php.net/mssql_execute
Curt
--
"I used to think I was indecisive, but now I'm not so sure."
--
PH
hi everyone
can you give me a sample code of using MSSQL stored procedures?
and its explanation..
thanks
Ben Ramsey wrote:
Anyone know of any kind of character limit in php or mssql (yes,
Microsoft SQL Server) for entering long text into a text column (of
around 4,055 characters in length--that's where it's cutting off)?
Have a look in php.ini - IIRC there are 2 options that affect this.
--
Stuart
That's precisely what I was looking for, Alex! I must have overlooked
it when skimming through php.ini.
Thanks!
Alex Hogan wrote:
Hi Ben,
The setting in the php.ini is;
mssql.textlimit = 4096
Reset that value to what you want. I have mine set to 400.
Valid range 0 - 2147483647
alex hog
; To: [EMAIL PROTECTED]
> Subject: [PHP] Re: php/mssql character limit?
>
> I posted this message the other day, and no one has responded. I'm
> replying to it to refresh it in the list. I guess if no one responds or
> helps me out this time, then I'll just forget ab
Message-
> > From: Ben Ramsey [mailto:[EMAIL PROTECTED]
> > Sent: lundi 8 mars 2004 17:30
> > To: [EMAIL PROTECTED]
> > Subject: [PHP] Re: php/mssql character limit?
> >
> >
> > I posted this message the other day, and no one has responded. I'm
>
Is it mY SQL or MS SQL we are talking about?
-Original Message-
From: Jason Davidson [mailto:[EMAIL PROTECTED]
Sent: lundi 8 mars 2004 17:42
To: [EMAIL PROTECTED]
Subject: RE: [PHP] Re: php/mssql character limit?
VARCHAR limit is 255 :)
mysql.com has great documentation.
Jason
vincent
>
> -Original Message-
> From: Ben Ramsey [mailto:[EMAIL PROTECTED]
> Sent: lundi 8 mars 2004 17:30
> To: [EMAIL PROTECTED]
> Subject: [PHP] Re: php/mssql character limit?
>
>
> I posted this message the other day, and no one has responded. I'm
> re
I am using a "text" column type. I had always though that the max size
for varchars was 255.
Vincent DUPONT wrote:
are you using a 'Text' or a 'varchar' column type?
I guess the max size for varchars is 4000; text should be larger
--
Regards,
Ben Ramsey
http://benramsey.com
http://www.phpco
are you using a 'Text' or a 'varchar' column type?
I guess the max size for varchars is 4000; text should be larger
vincent
-Original Message-
From: Ben Ramsey [mailto:[EMAIL PROTECTED]
Sent: lundi 8 mars 2004 17:30
To: [EMAIL PROTECTED]
Subject: [PHP] Re: php/mssql
I posted this message the other day, and no one has responded. I'm
replying to it to refresh it in the list. I guess if no one responds or
helps me out this time, then I'll just forget about it and let my client
go unhappy. ;-) Seriously, if anyone can help me out, I would be much
appreciat
Anyone know of any kind of character limit in php or mssql (yes,
Microsoft SQL Server) for entering long text into a text column (of
around 4,055 characters in length--that's where it's cutting off)?
--
Regards,
Ben Ramsey
http://benramsey.com
http://www.phpcommunity.org/wiki/People/BenRamsey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
If your Web server is running on a machine that is separate from your
database server, then you'll also need to copy the file ntwdblib.dll
from the database server to your C:\WINDOWS\system32 folder. PHP needs
that DLL for the mssql functions to work c
I assume you are working on a win32 platform, if so uncomment that
relevent line in the php.ini file and copy the dll to the win folders.
(all this is explained in great detail in teh installation guide)
If you are working on linux this approach will not work with mssql.
Alex Hogan wrote:
Hi A
Hi All,
I have a question about connecting to a MSSQL back end. I keep getting the
error that the php_mssql.dll wont load because it isn't present.
>From what I can see so far is that php needs to be compiled with that
extension uncommented in order to get the dll. Is that correct?
;
>
> "Ongart Wongsanupa" <[EMAIL PROTECTED]>
> 09/18/2003 04:25 PM
>
> To: [EMAIL PROTECTED]
> cc:
> Subject:[PHP] [PHP - MSSQL]: Problem with mssql_connect
>
>
>
> Please help!...
> I have to use 'apache+php
Change MS SQL SERVER Authentication's type to SQL Server and Windows
instead of windows only.
"Ongart Wongsanupa" <[EMAIL PROTECTED]>
09/18/2003 04:25 PM
To: [EMAIL PROTECTED]
cc:
Subject: [PHP] [PHP - MSSQL]: Problem with mss
Please help!...
I have to use 'apache+php' connect to MSSQL Server 2000 in Windows Server
2003, but there are problem.
Computer A: Windows Server 2003 Enterprise, MSSQL Server 2000 Enterprise,
Computer B: Windows XP Professional, Apache, php ( Web Server )
Computer A <-- network -> Compu
* Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]):
> ...
>
> The following is the tag inserted to my webpage:
>
>
View the source of this image to see if any php errors are being
displayed.
Curt
--
"I used to think I was indecisive, but now I'm not so sure."
--
PHP General Mailing List (
Hey ..
I am having a problem when i try to pull an image that has been stored in
MS SQL Server from displaying properly. I know, its a waste of space to
store the actual image in SQL, but this is the way it needs to be done to
be compatible with some of the other systems. Anyway, if you have
une 17, 2003 5:14 PM
Aan: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Onderwerp: RE: [PHP] MSSQL connection
That's it . Thank you very much !
-Oorspronkelijk bericht-
Van: Adam Voigt [mailto:[EMAIL PROTECTED]
Verzonden: Tuesday, June 17, 2003 5:10 PM
Aan: Wim Paulussen
CC: [EMAIL PROTE
That's it . Thank you very much !
-Oorspronkelijk bericht-
Van: Adam Voigt [mailto:[EMAIL PROTECTED]
Verzonden: Tuesday, June 17, 2003 5:10 PM
Aan: Wim Paulussen
CC: [EMAIL PROTECTED]
Onderwerp: Re: [PHP] MSSQL connection
You need to turn on the MSSQL extension in your php.ini,
You need to turn on the MSSQL extension in your php.ini,
under Windows this file is probably in:
c:\winnt\php.ini
On Tue, 2003-06-17 at 11:01, Wim Paulussen wrote:
> LS,
>
> I am trying to get a connection to a remote MSSQL server.
> This is what I found in the online manual :
>
> mssql_conne
LS,
I am trying to get a connection to a remote MSSQL server.
This is what I found in the online manual :
mssql_connect() establishes a connection to a MS SQL server. The servername
argument has to be a valid servername that is defined in the 'interfaces'
file.
This is the command given :
$test
Hi, yesterday I upgraded to php 4.3.2 from 4.3.1 with the freebsd ports.
There were any problems on the process, but many of the pages I had
running with mssql, now doesn't work.
These are the errors I get:
Warning: mssql_num_rows(): supplied argument is not a valid Sybase result
resource in xx
> > -Original Message-
> > MSSQL seems to be a little bit messier that MySQL..e.g limit clause etc
> >
> > Anyone know of articles/examples that specifically deal with this issue?
>
> Look into the Top() function for MSSQL. It goes something like:
>
> SELECT Top(10) * FROM table
>
> You sh
Hi,
> -Original Message-
> MSSQL seems to be a little bit messier that MySQL..e.g limit clause etc
>
> Anyone know of articles/examples that specifically deal with this issue?
Look into the Top() function for MSSQL. It goes something like:
SELECT Top(10) * FROM table
MSSQL seems to be a little bit messier that MySQL..e.g limit clause etc
Anyone know of articles/examples that specifically deal with this issue?
Any insight appreciated.
Craig
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Thu, 3 Apr 2003 12:17:50 +0100, you wrote:
>Has anyone experienced this, and if so know of a possible solution?? I have
>used addslashes() etc but still no joy.
In addition to what the other respondents have said, you can set the
INI setting magic_quotes_sybase to 1, and this will change
addsl
> From: "Craig" <[EMAIL PROTECTED]>
>
> Im running PHP 4.31 on RH Advanced Server 2.1
>
> I am connecting, to M$SQL Server 2000 using FreeTDS -- with Sybase support,
> and Im stumped on 1 thing:
>
[snip]
>
> The above code works fine, except when one of the fields e.g client_name -
> Has a quo
On Thu, 3 Apr 2003, Craig wrote:
> Hey all,
>
> Im hoping someone can shed some light on this for me:
>
> Im running PHP 4.31 on RH Advanced Server 2.1
>
> I am connecting, to M$SQL Server 2000 using FreeTDS -- with Sybase support,
> and Im stumped on 1 thing:
>
> CODE:
>
Hey all,
Im hoping someone can shed some light on this for me:
Im running PHP 4.31 on RH Advanced Server 2.1
I am connecting, to M$SQL Server 2000 using FreeTDS -- with Sybase support,
and Im stumped on 1 thing:
CODE:
Hi,
I have this problem retrieving data from a mssql table with PHP.
I have this in my mssql table column:
Globe and Mail data are retrieved and processed for CustomSearch.
On the R30, the crontab entry:
0 4 * * 1-6 /usr1/applic/ntgm/ntgm_get.pl
will run the Perl script at 4 a.m. everyday to
?
Kelvin
-Original Message-
From: Frank M. Kromann [mailto:[EMAIL PROTECTED]
Sent: Monday, March 10, 2003 1:35 AM
To: Poon, Kelvin (Infomart)
Cc: '[EMAIL PROTECTED]'
Subject: Re: [PHP] PERL/PHP, MSSQL
: Re: [PHP] PERL/PHP, MSSQL, Unix AIX
Hi Kelvin,
You can use both PERL and PHP (prefered :-)).
You need to download, compile and install FreeTDS (http://freetds.org). If
you are using PHP you need to recompile it using --with-mssql. This will
enable the mssql extension. You can then create a php
Hi Kelvin,
You can use both PERL and PHP (prefered :-)).
You need to download, compile and install FreeTDS (http://freetds.org). If
you are using PHP you need to recompile it using --with-mssql. This will
enable the mssql extension. You can then create a php script to read the
text file, parse it
Hi Kelvin,
You can use both PERL and PHP (prefered :-)).
You need to download, compile and install FreeTDS (http://freetds.org). If
you are using PHP you need to recompile it using --with-mssql. This will
enable the mssql extension. You can then create a php script to read the
text file, parse it
Hi,
I got a little project and I need to come up with a solution on how to
finish it and was hoping if you guys can give me any ideas.
I have a PERL script on a Unix AIX machine that checks for incoming update
of data. Specificly what it does is, when it runs, it will look at the
corresponding d
Hi,
I'm doing a small project at work with php, ms sql server on w2k IIS5.
All the data access is done through stored procedures. This seems to
be working fine, the record sets are returned and the stored
procedures execute without error however I can't get any return
values from them.
For
Hi,
i need the php mssql functions, but php is not configured --with-mssql
on my server.
What options do i have to enable this?
I mean, if i need the mssql-functions, does the client (as stated in the
php manual) have to be installed, or can i use s.th. dynamical and load
it at runtime?
S.o
I can't connect to mssql!
When I start PHP page with MsSQL connection, PHP craches and I receive this:
PHP caused an invalid page fault in
module NTWDBLIB.DLL at 0167:73330fde.
Registers:
EAX=0020 CS=0167 EIP=73330fde EFLGS=00010246
EBX=0010 SS=016f ESP=0063f600 EBP=0063f610
ECX=00797fe0
h
variables are available.
---John Holmes...
> -Original Message-
> From: Gabor Niederlaender [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 15, 2002 8:39 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] MSSQL and NT
>
> Hi all!
>
>
> I went after my problem with the
user is actually working in the DB.
IS there a way to use NT-Authentification in connection with php &
MSSQL ???
Please Help,
Gabor
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi All!
Is there a way to build up the connection to a MSSQL Database if the
Authentification is set to Windows-Authentification and not
SQL-Authentification?
Greetings,
Gabor
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi All!
Is there a way to build up the connection to a MSSQL Database if the
Authentification is set to Windows-Authentification and not
SQL-Authentification?
Greetings,
Gabor
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
have you tried Nics.MAC in ("xxx","xxx","xxx","xxx")? There's a lot less
room for error in that, because it's so much tidier.
-Natalie
-Original Message-
From: Michael [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 12, 2002 10:56
Hey guys... I'm currently using PHP, FreeTDS, and Sybase libraries to
access a database on an MS SQL 2000 server. Things are going fine, except
for my more complex queries. Here is an example:
SELECT Servers.Name, Nics.MAC
FROM Servers INNER JOIN Nics ON Servers.ServerId = Nics.Server
WHERE ((
1 - 100 of 154 matches
Mail list logo