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 Mike Lewis 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
  • Order by date
  1. dontu

    connected at database of prog perl

    So, in database "romeo" it must exist this table (users)?
  2. dontu

    import Database

    thank you TonyGroves is strong boy, best regards, dontu
  3. dontu

    connected at database of prog perl

    where it must exist this table?
  4. dontu

    import Database

    ok, but where on the client machine?
  5. dontu

    import Database

    sure : use romeo; select *from address; LOAD DATA LOCAL INFILE '/importaredb.txt' INTO TABLE address FIELDS TERMINATED BY ',' LINES TERMINATED BY '\n' (orasul, strada, blocul); regards, dontu
  6. 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"...
  7. 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?
  8. 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>"...
  9. dontu

    pack()?!

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

    cgi and html!

    I have two programs, first filename.cgi and second filename.html, how working this programs together ? Regards, Dontu
  11. 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...
  12. dontu

    database not running

    thank you Paul, running ,thank you congratulations Regards Dontu
  13. dontu

    database not running

    No, because I try sending the password and no running...
  14. 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