Hi,
I know there is way to encrypt values
in a column (for example passwords),
but I cannot find it anywhere in the
SQL help. Could anybody help me?
Thank You
Merlinx-
Thank you for your assistance. Actually I found way of
doing it, but if you could post that copy I would greatly appreciate it! It is always good to know more that one
way of doing things. Here is my solution. I connect
to the remote server thru the terminal services and run
the...
Thank you for the response,
I have been using the file system controls so far
to do directories search in VB projects.
The problem with those controls is you have to place them all on a form and then tie them together each time you need to do recursive directory search. May be I should create...
ADIR() is a visual foxpro function which
will place information about files into an array
and then returns the number of files. Is there a similar
function in VB?
Hi
I need to run a VB program on a remote server that I connect to thru terminal services. The program has to run on the machine all day. In order to keep it running I
have to be logged on to the server thru the terminal services all the time, which is not acceptable. As soon as I log off the...
Use lof() to get the length of the file.
Use seek #x, b to get to the end of the file
where x is the file number and b is lof()
If you know the length of the record and they all fixed
you could use seek #x, (b - length of the record)
Good luck
Hi
I need to run a VB program on a remote server that I connect to thru terminal services. The program has to run on the machine all day. In order to keep it running I
have to be logged on to the server thru the terminal services all the time, which is not acceptable. As soon as I log off the...
Hi,
When you set schedule task you have to provide
user name and password, the ones you use to log
on to you computer. Do not log off.
I hope this helps.
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.