Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dontu
  • Content: Threads
  • Order by date
  1. dontu

    connected at database of prog perl

    Hi all, I want connect a database of this program : #!/usr/bin/perl -w use DBI; $user ="romeo"; $driver = "DBI:mysql:romeo"; $password = "123456"; $dbh =DBI->connect($driver,$user,$password) or die "\n Eroare ($DBI::err): $DBI::errstr\n"; $first = "firstname"; $second = "lastname"...
  2. dontu

    import Database

    Hi all, I want import a file in database and when i do that say me "DBI Error:Can't execute statement: File '\importaredb.txt' not found (Errcode: 2) at D:/Home/Romeo/Projects/alina.com/scripts/psql.pl line 113. " where it must been this file save?
  3. dontu

    html and cgi?

    Hi all, I want to introduce a hash in doc html and to press a button this hash it will to assume of prog perl and print by param keys/values.Can you help me somebody? #!/usr/bin/perl use strict; use CGI; print CGI::header(); my %disp = CGI::param('hash'); print"<b>Welcome</b>"...
  4. dontu

    pack()?!

    what it do exactly function pack() from perl?
  5. dontu

    cgi and html!

    I have two programs, first filename.cgi and second filename.html, how working this programs together ? Regards, Dontu
  6. dontu

    what running cgi file and html together ?

    Hi, everyone I have two file,one file html and two file cgi for a take over with file cgi of inside file html what can I do? The two file must save in identical directory ? File cgi #!/usr/bin/perl -w use CGI; $query = new CGI; print $query->header; print $query->b("where did You...
  7. dontu

    database not running

    I have a problem with connected at database,no running, MySql is runnig, tables and field is create but i do perl nameprogram.pl it say : DBI: connect('gigi',user'...)failer:Access denied for user 'user'@'localhost'(using password:YES) at perl-bigin.pl line 6 Eroare (1045): Access denied for...

Part and Inventory Search

Back
Top