Hi,
I have a problem loading a MySQL backup from one system into another system. On system A I give the following command:
mysqldump -pxxxxxx Joomla > joomla_backup.sql
On system B I have created a database Joomla and I give the following command:
mysql -pxxxxxx Joomla < joomla_backup.sql...
Hi,
I am producing Word files from a database with SQL Word. The output is a single document in which inquiry letters to multiple vendors are combined. These letters contain multiple pages and need to be printed with a page indication (page x of y). Each letter needs to start with page 1 and the...
Hi,
I would like to open a text file which is loaded in a program library with PROLIB (together with *.r files).
The idea is to show version notes in the application which are stored in the file "version.txt" (which is in the program library).
The library is in the search path, and the...
Hi,
I have an application which runs under Progress 8.3b, character version. The server runs under NT, clients under W2K.
In have setup a W2K test environment for the db server. Clients, parameters, program library, etc. is exactly the same as under NT.
Under NT the applic works fine, but...
Hi,
For backup purposes I am trying to start a PC from another PC with the wakeonlan utility (http://gsd.di.uminho.pt/jpo/software/wakeonlan/). From a W98 SE box this is working fine (via the command perl wakeonlan 11:22:33:44:55:66).
The same program doesn't work from a Linux Redhat 8.0 box...
Hi,
I need to design a website where visitors can retrieve documents for bidding on a project. I would like to have these docs (*.doc, *.pdf) listed in a table with a checkbox in front of each doc. By checking this box the visitor indicates that he wants a print of this document.
The idea is...
Hi, I have a problem with an .htaccess which I can't get to work. I have tried everything but it is driving me nuts. I'm sure it must be a minor thing but it has taken me hours and hours, and I still can't get it to work.
The problem is that the no username/password box is coming up when I...
Hi,
I have McAfee Visrusscan installed on my PC (W98SE) and have the latest DAT files downloaded and installed.
After this I created an emergency disk for use on another (possibly infected) PC, but when I scanned the PC I found out that the virus definition files were out of date (2001).
How is...
Hi,
Does anybody know of a free NFS server for W98? I would like to export my files to a Linux system (unfortunately Samba works only one way).
Thanks.
Hi,
I have a webserver up and running, and I would like to connect a webcam to it. HW: Intel box, 2 USB ports. The webcam is not purchased yet. SW: RedHat 7.2, Apache.
Q: does RedHat 7.2 support USB, or do I have to upgrade to 8.0? Is it required to purchase an USB webcam, or is a parallel one...
Hi,
I am a newbee in this forum, as I just started with PHP.
I have installed Apache at home, for testing purposes only. It works like a dream, but I have problems getting PHP to work.
I downloaded the PHP distribution, and installed it manually, following the instructions in the installation...
Hi there,
I try to connect to a MySQL database via MS Access 97 and an ODBC connection. I have installed the latest versions (including MDAC and Jet) but I can't get it to work, because I get in Access the following error:
Reserved error (-7778), there is no message for this error.
OS: WinNT...
Hi,
I have got a perl script which creates a file and ftp's it to an intranet site. I made an executable from it with PerlApp (from the Perl Developer's Kit).
The perl script itself works fine, but the executable fails with the error
Can't locate object method "new" via package...
Hi,
I am starting my first (unstable) steps in the wonderful world of CGI, but it ain't easy...
To start with I have the following problem. On a Windows 98 computer I have installed Perl and a (small) webserver. Calling an executable from a CGI script works fine (e.g...
Hi,
I have a HP Laserjet 4, and since a couple of weeks an Intel NetportExpress™ PRO printserver (internal card). I have been trying to install this printserver in my private network, but until now it failed.
Problem is that the server is listed as "unknown type" in Intel Netport...
Hi,
I am using Progress 8.3b on Windows NT, and I have a problem with the decimal point character. Consider the following piece of code:
def var a as char init "1.67".
def var b as dec.
b = dec(a).
display a b.
This displays the following:
a = 1.67
b = 167 (??)
I have already found...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.