473,480 Members | 1,876 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Writing into Paradox DB

We have to write into an Paradox db that we manage to do. Unfortunatelly it
is a field named "Date" of type Date/Time that we cannot write. If the field
it is named as for example "Due_Date" of the same type Date/Time it is
writing without any problem.
Could provide some help please? Thank you.
Nov 16 '05 #1
3 3481
Paradox must be considering a `Date` as a keyword, use _Date instead of Date
or make change as you like but do not use keywords/ special words which
create conflicts.

Good Luck !!!!

"Marius Rus" <Ma*******@discussions.microsoft.com> wrote in message
news:F0**********************************@microsof t.com...
We have to write into an Paradox db that we manage to do. Unfortunatelly it is a field named "Date" of type Date/Time that we cannot write. If the field it is named as for example "Due_Date" of the same type Date/Time it is
writing without any problem.
Could provide some help please? Thank you.

Nov 16 '05 #2
Hi Marius,

Try this:
cmd=new OdbcCommand("insert into
apori(Reference,Supplier,apori.'Date',Due_date)"

Cheers

Doug Forster

"Marius Rus" <Ma*******@discussions.microsoft.com> wrote in message
news:03**********************************@microsof t.com...
Our problem it is that we have to write into this database that belong of
an
accounting software where we cannot change the field names. Our code is as
follows:

+" values('2','R8572229','1','9/21/2004','9/21/2004')",odbcConnection1);

Could you please suggest something?

Thank you
"Lord2702" wrote:
Paradox must be considering a `Date` as a keyword, use _Date instead of
Date
or make change as you like but do not use keywords/ special words which
create conflicts.

Good Luck !!!!

"Marius Rus" <Ma*******@discussions.microsoft.com> wrote in message
news:F0**********************************@microsof t.com...
> We have to write into an Paradox db that we manage to do.
> Unfortunatelly

it
> is a field named "Date" of type Date/Time that we cannot write. If the

field
> it is named as for example "Due_Date" of the same type Date/Time it is
> writing without any problem.
> Could provide some help please? Thank you.


Nov 16 '05 #3
Our problem it is that we have to write into this database that belong of an
accounting software where we cannot change the field names. Our code is as
follows:

cmd=new OdbcCommand("insert into apori(Reference,Supplier,Date,Due_date)"
+" values('2','R8572229','1','9/21/2004','9/21/2004')",odbcConnection1);

Could you please suggest something?

Thank you
"Lord2702" wrote:
Paradox must be considering a `Date` as a keyword, use _Date instead of Date
or make change as you like but do not use keywords/ special words which
create conflicts.

Good Luck !!!!

"Marius Rus" <Ma*******@discussions.microsoft.com> wrote in message
news:F0**********************************@microsof t.com...
We have to write into an Paradox db that we manage to do. Unfortunatelly

it
is a field named "Date" of type Date/Time that we cannot write. If the

field
it is named as for example "Due_Date" of the same type Date/Time it is
writing without any problem.
Could provide some help please? Thank you.


Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
7008
by: Vilmar Brazão de Oliveira | last post by:
Hi all, What can be wrong in the database connection bellow to connect paradox? What is missing?? ----------------------------------------------------------------------------...
4
11343
by: TonyMontana | last post by:
Hello, I've the following problem. I've to read out the data of a custom application. I think (I'm not sure) this application is using a Paradox DB to store it's information. I don't know it...
6
1134
by: Stephen Russell | last post by:
When using the ODBC with M$, is there a trick to overcome the missing index error in writing to paradox data? TIA __Stephen
3
1486
by: Marius Rus | last post by:
I have a project in C# that do the followings: From an csv text file it is taking datas and inserted into an paradox database. My problem it is that when writing into the paradox database it is...
4
4855
by: Eugen Walcher | last post by:
Hello all, I've tried posting this same question on other newsgroups with no luck. This group seems to have a lot more activity so I apologize if you have seen it before. I'm trying to...
8
2187
by: Roger | last post by:
Has anyone done this yet? I know it is easily done in Paradox, but I would like to do it in VB.Net. Can anyone point me in the right direction? Thanks, Rog
0
1839
by: eselk | last post by:
I've got an old DOS Paradox database that I can't get rid of. We have way to many scripts and forms to convert everything at once. Instead we would like to be able to access the Paradox data from...
4
4529
by: eselk | last post by:
I've never really setup or used MS SQL Server (just a couple hours, one day, several months ago). I think MS SQL Server has the ability to use "linked tables", like MS Access does. Is this...
2
5281
by: John Navratil | last post by:
Anyone having any success with the paradox extension? 'pear install paradox' doesn't work. 'pecl install paradox' seem to do something, but none of the px_??? wrapper functions are found. I do...
0
6918
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7102
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7003
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5357
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4798
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3008
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1310
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
570
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
199
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.