3
votes
4answers
332 views
How to update report in access with bound dataset automatically?
I have a single entry output from a paradox table which is imported into Access. Now I have created a report and done the databinding within the report to the dataset from Paradox …
2
votes
4answers
795 views
Delphi: Paradox DB Field Name Issue (Spaces in field name)
I have a paradox table from a legacy system I need to run a single query on. The field names have spaces in them - i.e. "Street 1". When I try and formulate a query in delphi for …
1
vote
1answer
127 views
Is it possible to use nHibernate with Paradox database?
Is it possible to configure nHibernate to connect to Paradox database (*.db files)?
0
votes
4answers
58 views
Reading Paradox Database files
I'm working with a client who has an existing system, built on what is apparently a Paradox database. I've got the database, in the form of a zip file containing .DB, .MB and .PX …
0
votes
0answers
54 views
Where can I find a list of Microsoft Paradox ODBC driver error codes?
I am currently using a Microsoft ODBC driver to connect a .NET application to a Paradox Database. Periodically I get errors like
ERROR [HY000] [Microsoft][ODBC Paradox Driver] Re …
0
votes
0answers
88 views
Cleaning up ODBC DSN in C# .NET
I am using C# and an OBDC DSN to connect to a Paradox database. I seem to be leaking memory if I open and close each connection.
My code is basically:
csb.Dsn = "DNSN …
0
votes
6answers
86 views
How can System.Object use sub-classes as its return types?
It is true in .NET that all types inherit from System.Object.
What I find paradoxical, is a few methods on System.Object - namely
public virtual string ToString();
public virtua …
0
votes
1answer
99 views
Paradox: Query without locking the database file
I'm trying to query an existing Paradox database that a third-party application populates. My application is now blocking the third-party app and I'm wondering if there are any "q …
0
votes
2answers
424 views
Paradox: Query a Date column + a Time column as a DateTime
First off, I'm a Paradox newbie.
Secondly, I'm querying a database of a third-party software package and cannot change the schema.
I have two fields simply named "Date" and "Time" …
0
votes
2answers
292 views
Realtime BMP to JPG conversion in Delphi 7 using Paradox
Researching here and at Code News Fast, I've seen nothing on point to my problem. I have an app where a customer picture (a JvDBImage) is acquired through the clipboard from a thir …
0
votes
1answer
141 views
Can Python adodbapi be used to connect to a paradox db?
Can Python adodbapi be used to connect to a paradox db? If yes what would the connection string look like?
0
votes
2answers
324 views
Odbc Paradox Driver WHERE clause Date
I am using an Odbc driver with Paradox. I have a table with a date in it. I am trying to query by the date in that column. I can't seem to get the where clause to work. I can get t …
0
votes
1answer
137 views
Defuzzification process of fuzzy sets in RDBMS
I have a table that stores all values..eg x1, x2, x3 which determines fuzzy sets. Degree of membership is assigned to each using mathematical functions for Low, Med, High.
My ru …
0
votes
1answer
440 views
Is it possible to read to a Paradox 7.x .db file in a .Net app?
I'm trying to read a Paradox 7.x .db file in a .Net 3.5 app and I'm not being successful on that.
First of all, when I'm registering the odbc, as a user or system dsn, the Microso …
0
votes
1answer
59 views
Link reports to Java? or Find means to apply BOLD format within Paradox 4.5?
I need to read reports in Java from Paradox but I don't know how to do this. Can reports be imported through netbeans using a working driver? I have linked tables to Java but not …
