Hi Everybody,
Had anybody created ad hoc report in crystal reports and ASP
If so Please give me some idea about it. Example code would be great.
Thanks
Hello Everybody
Need to know if I can create stored procedure from vb code. I need this because number of parameters in stored proc is not fixed, it varies as per my logic and every time I run my program I need different parameters so is there a way to create stored proc from VB program and...
Hello everybody
Any ideas about passing parameters with application.exe to pass values to another application. Suppose I have my application created as Application.exe and I want to pass some values to this application from another application created in Panther or JAM.
Can I do...
Can anybody find code to read Window NT event log file using visual basic? The event files are stored as "Application", "System" and "Security" at c:\winnt\system32\config\AppEvent.evt, c:\winnt\system32\config\SysEvent.Evt and c:\winnt\system32\config\SecEvent.Evt.
Is there a way to control the value of multiple checkboxes simultaneously?
I have searched internet for sample code, but found none that worked. I
have the code below but very slow and I imagine can be done simpler.
Is there a way to create an array of checkboxes? Could you suggest things
I can...
Try this if it works.
Dim cmd As ADODB.Command
strSqlDelete = "Delete from tblPtDiagnosis where admitID='0'"
Set cmd = New ADODB.Command
cmd.ActiveConnection = conn
cmd.CommandText = strSqlDelete
cmd.CommandType = 1
cmd.Prepared = True
cmd.Execute
I don't know how you connect to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.