A Drive

2001-07-12 Thread justin todd
A bit off the topic but does anyone know how to or even if it is possible to auto run the A drive (Stiffy discs). TIA Justin

foreach or count?

2001-06-15 Thread justin todd
This is the story I have a form in which a user gives the name of a tournament and how many participants there will be. He clicks submit and the name of the tournament gets inserted into a database. So now with the number of participants that he supplied I need to create a table with the corre

More DBI hassels

2001-06-13 Thread justin todd
I am very confused. About a week ago I completed a site that used perl and connected to a MSSQL7 database. Everything worked hunky dory. Now I have to start a new script but when I try do a select query it is as if the site goes into a internal loop. If I run the query directly on the DB it wo

DB

2001-05-25 Thread justin todd
Hi. This is my problem, I am to short. But there is nothing that can be done about that but maybe you all can help me out with this. I have a NT4.0 IIS web server which hosts and executes my Perl scripts. On a different machine and on a different domain I have a MSSQL7 database server in which I

INTERESTING!!!!

2001-05-24 Thread justin todd
Hi All. Just curious if any of you people have had a look at the Perl Version of ASP? I haven't looked at it in detail but I think it might be a nice new way to approach web development. Maybe some of you guru's could have a look and see what you think. Here is the link with the info. http:

cgi-bin

2001-05-24 Thread justin todd
Hi. Can anyone tell me if with IIS on NT4.0 you need to create a cgi-bin or if you set the file permissions through the IIS Manager?

Arrays

2001-05-22 Thread justin todd
Hi Folks. I have a select statement that pulls out names and email addresses from a database . These values then get represented in a multiple select box with the name as the visual value and the email as the posted value. What I want to do is collect all the email values into a array and then

test

2001-05-15 Thread justin todd
test

Printing

2001-05-14 Thread justin todd
Hi. I am looking for a way to print just a certain in a browser. Is this possible? Kind Regards Justin

Java

2001-05-14 Thread justin todd
Hi All I am trying to use flash on pages that include Perl scripting. I have had a look at the code and I am not sure whether it is Java or JavaScript. Here is a example. function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i

db connect

2001-05-07 Thread justin todd
Hi Folks I am running a IIS server and MSSQL7, both on the same machine. The database server is called JUSTIN. The database is called test and the table is called test. This is my connect string. $dbh = DBI->connect('DBI:ODBC:test',''); This is my error. CGI Error The specified CGI applic

Back slash

2001-05-04 Thread justin todd
Hi This is my connect string. $dbh = DBI->connect("DBI:ODBC:ok","MITSOL\SQLExec"); This is the error message. The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: DBI->connect(ok) failed: [Microsoft][ODBC SQL Server Driver][SQ

Separate DB

2001-05-03 Thread justin todd
Hi all. I am running a IIS webserver and a separate MSSQL database. Could anyone please tell me what the connection string will look like to access a database on a separate server. This is what I have so far. $dbh = DBI->connect("DBI:ODBC:database name","username"); This is obviously to conn

dbi

2001-04-29 Thread justin todd
Hi all. I am in desparate need of advice. I am running a NT4.0/IIS server and a MSSQL7 database. I ahve got Perl working fine on the Web Server but I cannot perform simple function on the Database. Below is my code and the different error's I recieve when I alter the code. I hope it makes sence.