 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Alfio Guest
|
Posted: Fri Jun 02, 2006 12:15 pm Post subject: Deplying Application |
|
|
Greetings at all,
I need to deploy my application(Delphi 7 - MSSQLServer Express - ZeosLib
components).
I create my installation packadge with Innosetup.
Which bpl I need to deploy with my application, besides:
- Z*.bpl(ZeosLib bpl)
- adortl70.bpl
- vcl70.bpl
- vcldb70.bpl
Beacuse after installing when i open my application the system raise me
this exception:
"the conversion of a char data type to a datetime data type resulted in
an ou of range datetime value"
Thanks in advance
Wassermann |
|
| Back to top |
|
 |
Oliver Townshend Guest
|
Posted: Fri Jun 02, 2006 1:15 pm Post subject: Re: Deplying Application |
|
|
| Quote: | Beacuse after installing when i open my application the system raise me
this exception:
"the conversion of a char data type to a datetime data type resulted in an
ou of range datetime value"
|
Nothing to do with bpls. More like a date formatting issues, eg check
regional settings, database default date setup etc.
Oliver Townshend |
|
| Back to top |
|
 |
H. Bouty Guest
|
Posted: Sun Jun 04, 2006 6:34 pm Post subject: Re: Deplying Application |
|
|
Check your SQL sintax, it usually generated by a conversion of datetime type
field. If you use CONVERT keyword, check the third parameter, i.e. '103' or
'3' for a 'dd/mm/yyyy' and 'dd/mm/yy' respectivelly.
Cheers,
HB
"Alfio" <wasseermann (AT) email (DOT) it> wrote in message
news:44802403 (AT) newsgroups (DOT) borland.com...
| Quote: | Greetings at all,
I need to deploy my application(Delphi 7 - MSSQLServer Express - ZeosLib
components).
I create my installation packadge with Innosetup.
Which bpl I need to deploy with my application, besides:
- Z*.bpl(ZeosLib bpl)
- adortl70.bpl
- vcl70.bpl
- vcldb70.bpl
Beacuse after installing when i open my application the system raise me
this exception:
"the conversion of a char data type to a datetime data type resulted in
an ou of range datetime value"
Thanks in advance
Wassermann |
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|