❔ need help , data will not save when I select pdf to upload
save button
browse button
btnSave
tblReports
CREATE TABLE [dbo].[tblreports] (
[Id] INT IDENTITY (1, 1) NOT NULL,
[p_name] VARCHAR (50) NULL,
[test] VARCHAR (50) NULL,
[chargers] VARCHAR (50) NULL,
[report] VARBINARY (MAX) NULL,
PRIMARY KEY CLUSTERED ([Id] ASC)
);
2 Replies
what is
tblreportsBindingSource
?
and tblreportsTableAdapter
?
and HCDBAppData.tblreports
?Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.