View Single Post
  #20   Report Post  
Posted to microsoft.public.excel.programming
Poppe Poppe is offline
external usenet poster
 
Posts: 16
Default Nobody can answer! Problem with commas and dots

Hi

Thanks for your reply.

I was now able to find a permanent solution how to send the underlying data
to database. There is no longer need to manipulate data with strings, as it
sends variables like Double as real Double values.

The solution is accomplished by using ADO Command object events. Previously
i was only using ADO Connection events.

The data is now sent as it should, in "raw" mode and database accepts them
perfectly.

Thanks for everybody their help. I was able to learn more from your help.

BR,
Poppe