Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Simple recordset in Weblingo?
Kirils__Kondratovs_(Does_not_work_f._ML_anymore)_(
How can I write code similar to ASP/VB code below in weblingo?Dim mADOSet mADO = Server.CreateObject("ADODB.Connection")mADO.Open "server". "uid", "pwd"Dim mRSSet mRS = mADO.Execute("something")Do while not mRS.EOF Response.Write mRS("somefieldvalue")Loop???
Find more posts tagged with
Comments
There are no comments yet