Re: Finding a structure in a structure [message #28761 is a reply to message #28675] |
Tue, 08 January 2002 08:47  |
Pavel A. Romashkin
Messages: 531 Registered: November 2000
|
Senior Member |
|
|
Tim Williams wrote:
>
> By rectifying this directly in Access, do you mean converting the
> format of the
> field from Date/Time to Text? I tried that, but Access reformatted the
> data from the Medium Date format, which is what I had in the original
> table, to the General Date.
This is not exactly IDL, but...
You have full control over Access date -> string conversion. In fact,
VBA FORMAT function is completely intuilive and can return dates
formatted exactly as you'd like. You can look it up in Access VBA help,
or email me directly because we are about to get flamed for polluting
IDL NG with MS stuf :)
> I don't want to change the format of the
> data, so I guess I have to do I myself. The Access people over here
> say I can't change the way Access converts Dates to Text. (I suppose
> this is another example of Bill making your decisions for you.)
Those people are mistaken, I think. I have not yet seen one thing that
you can't do in Access (except, maybe, making your computer walk over
your desktop) - it is just that you need to dig through a lot of stuff
to find out *how* to do it.
> I don't really know as much as I should about Access, (or Oracle
> either for that mattter), but I'll have databases on both, so I don't
> want to depend on either. It just depends on which database the user
> connects to as to which tables will be available.
I think that for database control and management you will be better off
using Access (as compared with IDL). I don't know Oracle - sorry. IDL
ODBC in my opinion is merely the means for pulling data out of a DB for
processing in IDL. But I find Access very easy to learn - you can have a
simple application up and running in 3-4 days, starting from scratch
(that is, having no pre-existing knowledge of VBA and Access). It is
even faster if you have a sample database to play with. Of course,
advanced stuff and high performance features will come later.
Good luck,
Pavel
|
|
|