Viewing 6 posts - 31 through 36 (of 36 total)
Hi Dev,
>It's pretty bad table design.
Not really, because till non-incorporation of this new week day type task, application is running fine, no complaint. But yes, now it seems bit...
November 9, 2011 at 5:16 am
Hi,
First thank you for your reply and interest in my query. Here it is required informations :
USE [ScheduleTask]
GO
/****** Object: Table [dbo].[DBFILE] Script Date: 11/09/2011 16:54:54...
November 9, 2011 at 4:41 am
Yes, now i solved the error, just adding @ :
cmddata.Parameters("@CurrentDate") = Date
Thank you very much for your great help. Today i learnt something for SQL Server too....
First time seen,...
November 9, 2011 at 1:00 am
Here it is code and error please :
Dim cmddata As ADODB.Command
Dim cnConnection As ADODB.Connection
Dim rsdata As ADODB.Recordset
Set cmddata = New ADODB.Command
Set rsdata = New ADODB.Recordset
Set cnConnection = New ADODB.Connection
cnConnection.ConnectionString =...
November 9, 2011 at 12:49 am
"Spoon feeding"
yes, i know here i am asking spoon feeding, why, because :
1.I am not SQL Server DBA, i am Oracle DBA and here i am taking participate in my...
November 9, 2011 at 12:44 am
Thank you very much for your reply and interest in my query.
Kindly let me know how do i
1.Code the stored procedure
2.pass the required variables for the SP
So that,
I may...
November 9, 2011 at 12:05 am
Viewing 6 posts - 31 through 36 (of 36 total)