php-windows Digest 10 Feb 2001 15:25:44 -0000 Issue 438

Topics (messages 5492 through 5496):

Inserting to a blob field.
        5492 by: Winston Valenzuela

Re: Why do we want to give YOU money?
        5493 by: PHPBeginner.com

Re: MySQL setup tutorial
        5494 by: PHPBeginner.com

Re: Help! PHP database connection error.
        5495 by: ajandris.mail.delfi.lv

Re: Mysql tutorials
        5496 by: Paul Trapnell

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------


How to insert into a table the value from textarea to a blob field?






His remove address was CHINA.COM a huge corporation, investor with lot's of
money which would never send that kind of crap.


Sincerely,

 Maxim Maletsky
 Founder, Chief Developer

 PHPBeginner.com (Where PHP Begins)
 [EMAIL PROTECTED]
 www.phpbeginner.com




-----Original Message-----
From: Ernest E Vogelsinger [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 09, 2001 8:25 PM
To: Tom Mathews
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Why do we want to give YOU money?


At 11:59 09.02.2001, Tom Mathews said:
--------------------[snip]--------------------
>Is anyone else getting pissed off with the amount of shite coming through
this
>list?
>Does anyone reply to this stuff with remove messages (from the php lists
not
>your
>own address!) or is there no designated administrator? If no-one else
>already does
>it, then I'll happily take on the responsibility.
--------------------[snip]--------------------

Well, if I were you, I would _never_ do this... usually the REMOVE address
is either a wastebin (benign case), or another damn email-address sampling
bot.


     ...ebird

   >O     Ernest E. Vogelsinger
   (\)    http://www.1-at-web.at/
    ^     ICQ#   13394035


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]






Weel, actually, phptriad does it all for you.

phptriad.sourceforge.com


Sincerely,

 Maxim Maletsky
 Founder, Chief Developer

 PHPBeginner.com (Where PHP Begins)
 [EMAIL PROTECTED]
 www.phpbeginner.com




-----Original Message-----
From: Jan Aagaard [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 09, 2001 8:33 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] MySQL setup tutorial


Anybody out there know where I can find a good tutorial on how to set op
MySQL and make it work with PHP on the Windows platform?

Please send a reply to my e-mail address allso.

- Jan Aagaard



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]






Database may be open by MS Access application.
I don'n know how to work around, but i was happen when I worked with ASP
on IIS 4.0 and MS Access 8.0

Andris

> I've just tried creating an entirely new database and receive the same error
> as well as reparing the old database.  I've restarted the web server, still
> the same problem.
> 
> The access 2000 db is on an iis 4.0 server which worked fine previously.
> 
> Thanks,
> Aaron
> 
> "Gonzalo Vera" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> This usually happens when another user opens a table for modification
> (table definition): the table gets locked to all access. If you're
> only running localhost try "repairing" your database: maybe you got a
> corrupted table or db. Also if you're only on localhost, restart your
> computer to make sure all files get closed. If you're not only running
> localhost, and the database is on a remote server, you might have some
> more trouble, but still would need to do some/all of these actions.
> 
> That was like a gunshot, but it has worked for me in the past... ;)
> 
>  Gonzalo.
> 
> > Up till late yesterday I was able to query my database but now I receive
> > this error.
> 
> > Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver] The
> Microsoft
> > Jet database engine cannot open the file '(unknown)'. It is already opened
> > exclusively by another user, or you need permission to view its data., SQL
> > state S1000 in SQLConnect in wwwroot\test.php on line 2
> 
> > My script is only trying to make a connection at this time and it does not
> > work
> 
> > <?php
> >     $cnx = odbc_connect (equipment2,'','');
> ?>>
> 
> > What went wrong?  Thanks,
> > Aaron
> 
> 
> 
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 







MYSQL TUTORIALS

http://hotwired.lycos.com/webmonkey/databases/tutorials/tutorial4.html 
(by Graeme Merrall) 

http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/ 
(by Israel Denis & Eugene Otto tutorial)

http://www.webmasterbase.com/article.php?aid=228&pid=0  
(by Kevin Yank)

http://www.thickbook.com/extra/php_apachephp4_win.phtml 
http://www.thickbook.com/extra/php_mysql.phtml 
(by Julie Meloni) 

http://212.223.75.38/workshops/Default.asp?workshop=21
(by Edward Tanguay)

http://dcfonline.sfu.ca/ying/linux/webdb/toc.html
(by Ying Zhang)



http://www.nusphere.com/services/training.htm (mysql training program; fees) 

http://www.mysql.com/documentation/index.html  (mysql manual)
http://www.mysql.com/documentation/mysql/bychapter/manual_toc.html (index)

http://marc.theaimsgroup.com/?l=mysql&r=1&w=2  (Mysql mailing list archives)



----- Original Message ----- 
From: "Jan Aagaard" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 09, 2001 3:32 AM
Subject: [PHP-WIN] MySQL setup tutorial


> Anybody out there know where I can find a good tutorial on how to set op
> MySQL and make it work with PHP on the Windows platform?
> 
> Please send a reply to my e-mail address allso.
> 
> - Jan Aagaard
> 
> 
> 



Reply via email to