forum

home / developersection / forums / access database datatype problem

Access database datatype problem

Anonymous User 2402 21-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.


c# c# 
Updated on 21-Feb-2012

I am a content writter !


Message
Can you answer this question?

Answer

0 Answers

Liked By