Hi Pascal,
To define my empty string, I've used both "" as well as the '' and finally a really empty string.
Only the latter two were accepted by Lotus Notes, the former one gave a syntax error message on the screen.
However, none of the above mentioned 'tricks' helped.
I will, however, do...
Hi all,
Nowadays, lots of spam is entering our mailboxes. I have already created a rule to get rid of most of those silly things.
One, however, I still have to tackle, but can't find a solution: empty subjects.
I've added this condition to my 'spam rule', where the condition is simply an empty...
Thanks Carbonbased,
This is currently indeed the way to go. I first create an empty database on the hosting server and then I import the sql file (inclusive table creation and table population) created by the mysqldump feature of MySql.
It also goes fast, so this should not be a big issue...
Carbonbased,
What you describe, is exactly what I did (at least, to import a database).
But I find it still a pity you can't create a database from scratch. What I've learned so far, is that you have to create a database first. Nothing more, nothing less. There even need not to be tables...
Hi again,
What I just tried, is the following.
1. I made a test database (with simply one table and some 100 records).
2. I used mysqldump -u root -p --opt Jokes > c:\jokes.sql (Jokes is the name of my database).
3. I went to my cPanel interface, selected MySQL database, created a Jokes table...
Thanks for your suggestion. I did already what you propose (my first step), but my hosting provider (SiteFlip.com) is only providing the infrastructure. They don't provide technical support for application specific issues, among others mysql databases. If you would like to take the time...
Hi all,
Maybe this is not the appropriate place to ask, but I give it a try...
I'm having a MySql database running fine on my local machine (WinXp Pro), where Apache2 is running as a local server.
My database application (PHP) is doing everything it needs to do on my local server.
The next step...
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.