Jump to content

Recommended Posts

Posted

I was looking at the new stuff in Safari, when I came across this little nugget.

 

 

http://ms-os.com/Themes/AlmostGlass/images/icon-quote.gif

Seifi.org wrote:

Support for
storage for Web applications in
.That means you can now store your databases locally on the client’smachine. Here’s some sample JavaScript to do the client side databases.Check out
that shows you how it works.

database.
executeSql
(
"SELECT * FROM test"
,
function
(
result1
)
{

// do something with the results

database.
executeSql
(
"DROP TABLE test"
,
function
(
result2
)
{

// do some more stuff

alert
(
"My second database query finished executing!"
)
;

}
)
;

}
)
;

 

 

I dunno ... looks like a train-wreck in the making to me ...

 

 

 

 

*

 

 

More...

 

View All Our Microsoft Related Feeds

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...