Search found 1 match

by kikkoma
Mon May 17, 2004 7:44 am
Forum: GFL SDK
Topic: Load image from db (ASP)
Replies: 4
Views: 3326

Re: Load image from db (ASP)

How can I load image from database or from ASP file (like from example2.asp which came in SKD)

I have tried GetBlob and ReceiveBinary, but I am not sure how that methods work!
try this


set img=Server.CreateObject("GflAx.GflAx")
sql = "select top 1 * from database"
Set rs = nconn.Execute(sql ...