forum

Home / DeveloperSection / Forums / Access database datatype problem

Access database datatype problem

Anonymous User214721-Feb-2012

I am creating a table in access database using OdbcConnection class as I am using DSN but I was unable to create table. An error is generated "Syntax error in field initilizer." I am using c# 3.5.

Query which I had written for creating table is

create table [tblEmployee] ([ID] long not null , [EmployeeSalary] decimal null)

I think problem is with decimal datatype in Odbc driver but when I am using OleDbConnection then no problem arises.


Updated on 21-Feb-2012
I am a content writter !

Can you answer this question?


Answer

0 Answers

Liked By