Users Pricing

forum

Home Forums Access database datatype problem – MindStick

Access database datatype problem

Anonymous User 2615 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.


0 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md