anyway, got things working.
Used a Winsock control on VFP6 form.
Now when the form runs, it connects to Telnet and logs in automatically using username/password and issues the commands, logs the results into database.
M.Manoj
Sir,
I need to access a telnet with :
ipaddress,username,password,login id,password
then start loging on a text file, issue a command on telnet, save the result on file,stop the session .
I am able to do these using appactive and sendkeys on vfp6. But that causes poping up of widow while the...
Sir,
Using the FrontPage , I am able to show a databse on web. The commands used is response.write(objrs(i)).
However, (inside a loop), the displayed fields are not coloumnwise, ...means that the blank spaces of all fields gets trimmed, hence some lines are long and others are medium/short...
Sir,
I was able to connect to a access database using the following code, succesfully. But unable to connect to foxpro database. Kindly help, as I am new to these.
<HTML>
<BODY>
<B>Here are my friends:<B><BR>
<%
Set MyConn = Server.CreateObject("ADODB.Connection")
MyConn.Open...
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.