How to edit vbscript to run query on Sybase?

Asked By 30 points N/A Posted on -
qa-featured

Can I use vbscript to run query on Sybase from Windows Server 2008? How to establish a connection with database with user name and password on the vbscript implementing and this will be trusted? Please help me.

SHARE
Best Answer by Wade S Veith
Answered By 10 points N/A #184508

How to edit vbscript to run query on Sybase?

qa-featured

 

 

Hello, Kristin

 

You can use Visual Basic script to run query on Sybase for your window server 2008, Visual basic is just a simple language ,and you have to idea about how works on Visual basic. Visual basic has been installed by default in every desktop release of Microsoft. It is a lightweight language but very fast interpreter. Here is the below tutorial links, It will be help you.

 

http://www.tizag.com/vbscriptTutorial/

 

www.advancedqtp.com

 

https://www.aspfree.com/c/a/braindump/using-vbscript-to-record-user-logonlogoff-activity-in-a-database/

 

Thanks,

 

Stella.

Answered By 50 points N/A #184509

How to edit vbscript to run query on Sybase?

qa-featured

Hi Kristin,

Visual basic is a scripting language but should not be used in windows explorer. It is a scripting language which is used for programing but it contains a lightweight program and must be usable in Microsoft programing as it is light version.

Example (Internet Explorer Only)

<html>

<body>

<script type="text/vbscript">

           document.write("This is my first VBScript!")
</script>

</body>
</html>

Here is a example for you. Try it yourself.
Good luck.

Best Answer
Best Answer
Answered By 65 points N/A #184510

How to edit vbscript to run query on Sybase?

qa-featured

Hello,

Sybase, a SAP company, is an enterprise software and services company offering software to manage, analyze and mobilize information using relational databases analytics and data warehousing solutions and mobile applications development platforms. Sybase was founded in 1984 by Mark Hoffman, Bob Epstein, Jane Doughly and Tom Haggin in Epstein's home in Berkeley, California. In late 1986, Sybase shipped its first test programs and in May 1987 formally released the Sybase system, the first high performance RBDMS for online applications. In October 1989, Sybase released additional products.

Yes you can use vbscript to run query on Sybase from Windows Server 2008. To establish a connection with database use a Username and a strong Password with appropriate linked server name, System DSN, username and password.

Related Questions