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 bkrike 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: letsGo123
  • Content: Threads
  • Order by date
  1. letsGo123

    Classes not Visible ?

    having problems w/my remote host recognizing my classes. i've put the classes in web-inf/classes and set the web/xml to: <servlet> <servlet-name>ServletName</servlet-name> <servlet-class>ServletName</servlet-class> </servlet> <servlet-mapping>...
  2. letsGo123

    DBI:FILE Questions

    having problem selecting data from from a .csv or a .txt file using dbi:file in the following: $dbh = DBI->connect("DBI:File:f_dir=../directoryLocation") or die "Cannot connect: " . $DBI::errstr; foreach $addedProduct (@productArray) { chop($addedProduct); $item_number = $addedProduct...
  3. letsGo123

    Upload and Overwrite a MySql db -

    we have a master mysql db locally where we update, delete, insert, etc. we want to use the same db remotely at a handful of different sites on different hosts, etc. questions is: is there a way that the local master db can be uploaded to 6 different servers, each time replacing, overwriting...
  4. letsGo123

    fetchrow_array loading an array in an array ?

    i'm trying to populate an array with a reference to array returned by:fetchrow_array so that I can use the values more than once during in script $counter = 0; foreach $addedProduct (@cartData) { my $query = "Select column1, column2, column3, column4, column5, column6, column7 from tableName...

Part and Inventory Search

Back
Top