Showing posts with label whenever. Show all posts
Showing posts with label whenever. Show all posts

Tuesday, March 6, 2012

Access Sql server using Javascript

Hi All,

I have a task need to update Sql server database whenever the user click "close" button in browser. It seemed I can't capture this event using asp.net. How can I access Sql server database in Javascript?
Thanks.

Quote:

Originally Posted by lindy

Hi All,

I have a task need to update Sql server database whenever the user click "close" button in browser. It seemed I can't capture this event using asp.net. How can I access Sql server database in Javascript?
Thanks.


Two Ideas for you:

1. Change your close button to use ASP.Net

2. Use AJAX to call a page that will update your information.

Thursday, February 16, 2012

Access linked server

I am new to SQL. I am trying to setup a linked server but whenever I try to
view the tables it gives me an error saying
error 7399 : OLEDB provider 'microsoft.jet.oledb. 4.0' reported an error
OLEDB Error Trace
ThanksHi,
have you linked a server using
sp_addlinkedserver and after that have you map logins for and from both
server in order to access it properly using
sp_addlinkedsrvlogin
read BOL for more on this .
Andy Davis
Active Crypt Team
---
SQL Server Encryption Decryption Software
http://www.activecrypt.com
activecrypt@.gmail.com
"Amit" wrote:

> I am new to SQL. I am trying to setup a linked server but whenever I try t
o
> view the tables it gives me an error saying
> error 7399 : OLEDB provider 'microsoft.jet.oledb. 4.0' reported an error
> OLEDB Error Trace
> Thanks