Click here to Skip to main content
Sign Up to vote bad
good
See more: C#3.0Access
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.
Posted 21-Feb-12 2:04am


This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 6,824
1 Prasad_Kulkarni 3,671
2 _Amy 3,312
3 OriginalGriff 3,309
4 CPallini 2,925


Advertise | Privacy | Mobile
Web01 | 2.6.130617.1 | Last Updated 21 Feb 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid