Problem finally solved. There was spyware on the computer that was conflicting with internet explorer...
--------------------------------------
It's not the monsters under your bed, it is the men next door.
That make you fear, make you cry. Make you cry for the Child.
All the wars are fought...
Hi. I have a weird problem using OWA on a windows 98 machine. When I log in, everything will load, including the inbox. However, as soon as IE (6.0) is done loading, the entire IE screen turns gray. This happens for all email accounts, and only on this pc, so it's probably a IE setting I've...
Very useful tip. While I didn't use LIKE for my passwords anyway, it was something that I indeed didn't think of as possible... I guess I'll have to spend some more time now thinking on other possibilities I might have forgotten. Thank you.
--------------------------------------
It's not the...
I didn't know ; and /cmd did the same. But yes, it does work.
--------------------------------------
It's not the monsters under your bed, it is the men next door.
That make you fear, make you cry. Make you cry for the Child.
All the wars are fought amongst those lonely men. Unharmed, unscarred.
Hi Canjun. Thank you for your suggestion. I did not try this yet, because I found another option that did work.
As you said, you need the path to msaccess, and then you can add: /cmd "yourstringhere".
In the program then, the output of the function Command(), is "yourstringhere".
I'll give...
I fixed the problem using a file DSN on a share all clients can see, like I read in another thread. I had to cut back on some options generated by the ODBC-utility, but in the end, that worked like a charm.
--------------------------------------
It's not the monsters under your bed, it is the...
Is it possible in Access 97 from commandline to add parameters, that can be called in the code?
For instance,
myDb.mdb x=10,y=11
I have been unable to find anything, so I doubt it's possible, but, who knows...
--------------------------------------
It's not the monsters under your bed, it is...
Hi there. I'm trying to make a DSN less connection to a table in DB/2. I'm using Access 97, and the IBM client access ODBC driver for this. I want to do it this way because otherwise I'd have to add a DSN on all machines.
This is my code to link the table:
Dim oCat As ADOX.Catalog
Dim oTable...
Edit: end_date_in_table is of course begin_date_in_table. The added seconds in what follows make it the enddate.
--------------------------------------
It's not the monsters under your bed, it is the men next door.
That make you fear, make you cry. Make you cry for the Child.
All the wars are...
Use UNIX_TIMESTAMP. Check this page:
http://dev.mysql.com/doc/mysql/en/Date_and_time_functions.html
If I'm following your logic, I think this might set you on your way:
select * from table where timestamp(begin_date_in_table)+ >= timestamp (new_begindate) AND timestamp(end_date_in_table)+...
Sollution!
This requires Samba installed.
Make a mountpoint for your windows share
mkdir -p /mnt/windows
Next, mount the share
mount -t smbfs //server/share /mnt/windows
In your odbc.ini, you can now state
[test2]
Description = Microsoft Access Database
Driver = MDBToolsODBC
Database =...
Hi. I'm trying to have PHP under Redhat 9.0 to connect to an access datafile on a windows 98 machine. For this, I'm using UnixODBC with the mdbtools odbc driver for Access.
This is my odbc.ini
[test]
Description = Microsoft Access Database
Driver = MDBToolsODBC
Database = /home/nvs/test.mdb...
Worked. Thanks.
--------------------------------------
It's not the monsters under your bed, it is the men next door.
That make you fear, make you cry. Make you cry for the Child.
All the wars are fought amongst those lonely men. Unharmed, unscarred.
Hi. I recently installed redhat on a spare hard disk to try out some stuff. However, I'm now in need of the disk, so I used fdisk to clear it... However, when I boot with the disk now, I get L 40 40 40 40 (continued into eternity). I've looked it up, and it appears that this is a problem with...
Thank you.
I turned off this parameter in my test environment, and I indeed get an error from my script. However, the $_POST variable still seems to contain the title of the image. On the host, $_POST is completely empty.
Either way, I sent an email to my ISP about this, and I hope they can...
Hi. I have the current form for uploading a file to the server:
<FORM action="addpic.php" method="POST" enctype="multipart/form-data">
<input type="hidden" name="cid" value=<?php echo "\"$cid\""; ?>>...
When using the ? in the url, the result has te be imported with $_GET['id'], not $_POST.
--------------------------------------
It's not the monsters under your bed, it is the men next door.
That make you fear, make you cry. Make you cry for the Child.
All the wars are fought amongst those...
I was wondering if anyone has ever done this. We have a domain here at work, for instance WKDOM. All computers are part of this domain, except for a Debian server, which is not part of it. I'm trying to create a SAMBA share now where two users of the WKDOM domain can put files on, for instance...
Thank you. I changed the temp setting in the php.ini file to point to another folder, and it worked...
--------------------------------------
It's not the monsters under your bed, it is the men next door.
That make you fear, make you cry. Make you cry for the Child.
All the wars are fought...
I was adviced, a while back, to be sure to use session variables instead of the url string. I'm attempting this now, in one page, for instance:
TEST.PHP
<?php
session_start();
if (!$_SESSION["reload"]) {
$reload="test";
echo "no reload"...
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.