Note: You must be registered in order to post a reply. To register, click here. Registration is FREE! Before posting, make sure you have read this topic!
T O P I C R E V I E W
JJenson
Posted - 01 September 2007 : 20:31:02 Ok I am taking a shot at this from another forum software that was based off of snitz. This is a mod they have for a file library.
I have started converting it to the current snitz code but I am completely lost on how to convert their dbs script from what they have into what I need to update the databases for snitz 3.4.06
here is their code that I am trying to convert I just don't know enough about sql syntax to know how to do this.
'return app_id sSql = "SELECT APP_ID FROM PORTAL_APPS WHERE APP_iNAME = 'downloads'" set rsA = my_Conn.execute(sSql) app_id = rsA("APP_ID") set rsA = nothing end sub