Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Databases
»
fpodbc
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
CCR Bugs
IRC channel
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
BringToFront
by
MarkMLl
[
Today
at 12:22:20 pm]
TreeView, FontColor witho...
by
wp
[
Today
at 12:14:15 pm]
A Pascal Library with Dem...
by
sysrpl
[
Today
at 11:41:35 am]
Button.Color - stays grey
by
Nicole
[
Today
at 11:29:14 am]
Heap memory release error...
by
Dimitrios Chr. Ioannidis
[
Today
at 11:08:18 am]
Debugging problem on Wind...
by
Luc
[
Today
at 10:29:15 am]
Redraw issues, how to opt...
by
bobby100
[
Today
at 10:11:57 am]
TCheckBox true/false
by
BubikolRamios
[
Today
at 07:30:49 am]
Can't send bytes via jTCP...
by
shyub
[
Today
at 07:25:17 am]
<SOLVED>Where is the data...
by
Jonvy
[
Today
at 06:27:11 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: fpodbc (Read 4562 times)
zhany
Guest
fpodbc
«
on:
June 07, 2005, 05:04:12 am »
i use fpodbc in sybase system 11,in varchar type data,when data length equal fiel length,getdata result lose last character.
Logged
Anonymous
Guest
fpodbc
«
Reply #1 on:
June 17, 2005, 11:20:15 am »
i was fix this bug,in fpodbc.pp line 959,change
CheckODBC(SQLBindCol(Handle,FPosition,FBufType,GetData,FBufSize,FBuffer+FBuffOffset)
to
CheckODBC(SQLBindCol(Handle,FPosition,FBufType,GetData,FBufSize+1,FBuffer+FBuffOffset)
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Databases
»
fpodbc
TinyPortal
© 2005-2018