Membuat Random ID pada ASP

Sorce Code Membuat Random ID pada Bahasa ASP sebagai berikut :

SQL Random ID
Function SQLRandomIDs(proc, params, fname, count)
Dim i, rs, records, reccount, normalized
On Error Resume Next
PushError
SQLRandomIDs = Null
Set rs = iOpen(proc, params)
If CheckPopError Then
Exit Function
End If
If rs.EOF Then
rs.Close
Set rs = Nothing
Exit Function
End If
records = rs.GetRows(adGetRowsRest, , fname)
If CheckPopError Then
Exit Function
End If
rs.Close
Set rs = Nothing

Selengkap nya Dibawah ini :
Visit : http://www.text-upload.com/read,t11187
Share this article :

Posting Komentar

 
Contact : Creating Website | Email : agendoza404@gmail.com
Copyright © 2016. Erwin Eshan Firas - All Rights Reserved
Template Created by Creating Website Published by Travis
Powered by Erwin Eshan Firas