Hi,
Just upgraded the component to 
MySQL Data Access Components Standard version 4.40.0.18
now all my myUpdateSQL component , during deisgn time ,
right click->MyUpdateSQL Editor...->SQL Generator-->Generate SQL-->
   Access Violation.
pls rectified , thanks.
			
									
									
						Standard version 4.40.0.18 , MyUpdateSQL component Access violation.
- 
				swierzbicki
 - Posts: 451
 - Joined: Wed 19 Jan 2005 09:59
 
I also have this problem with ALL My Queries, and therefore, the generator is worthless and cannot be used at all. All Queries have to be hand-coded.
When should the update be expected?
Changing the subject a bit, I would also like to use the Query builder, but all SQL code is generated with the database prefix, which is not compatible with my application, where the actual database used may change (same application on multiple databases with diferent names). There should be an option to allow the generator not to include it.
Your tools for helping the developer does not help at all unless:
a) They work correctly (without giving errors)
b) The developer can configure them to meet his needs or style
Regards
Jay
			
									
									
						When should the update be expected?
Changing the subject a bit, I would also like to use the Query builder, but all SQL code is generated with the database prefix, which is not compatible with my application, where the actual database used may change (same application on multiple databases with diferent names). There should be an option to allow the generator not to include it.
Your tools for helping the developer does not help at all unless:
a) They work correctly (without giving errors)
b) The developer can configure them to meet his needs or style
Regards
Jay
> When should the update be expected? 
The new build of MyDAC will be available during this week.
> There should be an option to allow the generator not to include it.
Unfortunately there is no such option in MySQLBuilder. We do not plan to make any changes in MySQLBuilder in the near future. You can use a text editor to remove database name from the query.
			
									
									
						The new build of MyDAC will be available during this week.
> There should be an option to allow the generator not to include it.
Unfortunately there is no such option in MySQLBuilder. We do not plan to make any changes in MySQLBuilder in the near future. You can use a text editor to remove database name from the query.