NotePage, Inc. Forum Index

Error # 94 Invalid use of Null in Procedure: send_form send

 
Post new topic   Reply to topic    NotePage, Inc. Forum Index -> NotePager Pro Support
View previous topic :: View next topic  
Author Message
QNguyen



Joined: 30 Mar 2005
Posts: 8

PostPosted: Tue Sep 06, 2005 5:05 pm    Post subject: Error # 94 Invalid use of Null in Procedure: send_form send Reply with quote

Here is the SQL script

CREATE TABLE [dbo].[Messages] (
[User] [varchar] (40) NOT NULL ,
[Pin] [varchar] (40) NOT NULL ,
[Message] [varchar] (400) NOT NULL ,
[Carrier] [varchar] (40) NOT NULL ,
[Date_Time_Requested] [datetime] NOT NULL ,
[Date_Time_Sent] [datetime] NOT NULL ,
[From] [varchar] (80) NOT NULL ,
[Sent] [int] NOT NULL ,
[Error] [int] NOT NULL ,
[ASCII_File] [varchar] (80) NOT NULL ,
[Lock] [int] NOT NULL ,
[Scheduled] [int] NOT NULL ,
[Reliapage_Index] [int] NOT NULL ,
[Repeat_Interval] [int] NOT NULL ,
[Repeat_Stop] [datetime] NOT NULL ,
[Station] [int] NOT NULL ,
[Message_ID] [int] IDENTITY (1, 1) NOT NULL ,
[Retries] [int] NOT NULL ,
[Last_Try] [datetime] NOT NULL ,
[Transaction] [int] NOT NULL ,
[Property_No] [varchar] (15) NOT NULL
) ON [PRIMARY]


Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic    NotePage, Inc. Forum Index -> NotePager Pro Support All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
Theme created by Vjacheslav Trushkin