Helping ordinary people create extraordinary websites!

Go Back   Web Development Forum > Website Programming > Database Development
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-17-2008, 02:06 PM
Member
 
Join Date: Aug 2005
Posts: 88
Default Dreamweaver Find & Replace

Hi,
im currently scaling up an asp application from access to SQL Server...

one of the things i need to do is convert things like:

IsDate(CertSignSentDate)

to sql server compliant:

IsDate(CertSignSentDate) = 1

I need to run a regular expression search and replace on the IsDate([]) and make it so it replaces it with IsDate([]) = 1

obviously, the bracketed value must remain the same.

any ideas?
__________________
md
AskAGeek.com - Where geeks answer your computer and tech questions.
Ann-Lindsey.com - My Wife's Budget Fashion and Shopping Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 04:40 PM.


Website Design by Ducani Media Group
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.