Click here to Skip to main content
15,891,704 members
Home / Discussions / Database
   

Database

 
GeneralRe: sp_depends return value Pin
Mike Dimmick8-Jan-04 5:42
Mike Dimmick8-Jan-04 5:42 
GeneralRe: sp_depends return value Pin
preinsko8-Jan-04 18:00
preinsko8-Jan-04 18:00 
General"Microsoft.Jet.OLEDB.4.0" problem Pin
agrafov6-Jan-04 16:25
agrafov6-Jan-04 16:25 
GeneralRe: "Microsoft.Jet.OLEDB.4.0" problem Pin
Roger Wright6-Jan-04 20:38
professionalRoger Wright6-Jan-04 20:38 
GeneralADO Fields Delete questions Pin
Vaclav6-Jan-04 13:19
Vaclav6-Jan-04 13:19 
GeneralCross databases Pin
totig6-Jan-04 6:10
totig6-Jan-04 6:10 
GeneralRe: Cross databases Pin
Ian Darling6-Jan-04 6:33
Ian Darling6-Jan-04 6:33 
GeneralAccessing fixed length data field Pin
Andrew Hoole6-Jan-04 1:35
Andrew Hoole6-Jan-04 1:35 
Hi

I'm trying to access some data from a table that has fields defined as 200 character long strings. Problem is that it appears as if the 200 characters are being used as a byte array with either 0xFF or 0x00 stored as the values. The presence of the 0x00 values effectively terminates the string if you try and read the field using a string variable so you only ever get the first part up to the first 0x00 character.

How can I read this field as an array of unsigned chars instead?

I am at present coding in C++, using MFC with an ODBC connection to the database which is a Btrieve database.

Many thanks for any help that you are able to provide.

Andrew
GeneralMillions of records per day Pin
coge5-Jan-04 21:11
coge5-Jan-04 21:11 
GeneralRe: Millions of records per day Pin
DiWa5-Jan-04 21:49
DiWa5-Jan-04 21:49 
GeneralRe: Millions of records per day Pin
Mike Dimmick6-Jan-04 2:49
Mike Dimmick6-Jan-04 2:49 
GeneralRe: Millions of records per day Pin
coge6-Jan-04 9:53
coge6-Jan-04 9:53 
GeneralRe: Millions of records per day [modified] Pin
Marek Grzenkowicz8-Jan-04 6:06
Marek Grzenkowicz8-Jan-04 6:06 
GeneralExport to XLS Pin
mosquitooth4-Jan-04 21:49
mosquitooth4-Jan-04 21:49 
GeneralRe: Export to XLS Pin
chinni16-Jan-09 23:24
chinni16-Jan-09 23:24 
Generalplease help me,my project......... Pin
Ahmed Gaser3-Jan-04 23:15
Ahmed Gaser3-Jan-04 23:15 
GeneralRe: please help me,my project......... Pin
preinsko6-Jan-04 18:55
preinsko6-Jan-04 18:55 
GeneralDELETE [table] gives syntax error Pin
Vaclav3-Jan-04 12:35
Vaclav3-Jan-04 12:35 
GeneralRe: DELETE [table] gives syntax error Pin
Guillermo Rivero3-Jan-04 17:45
Guillermo Rivero3-Jan-04 17:45 
GeneralRe: DELETE [table] gives syntax error Pin
winay7-Jan-04 2:08
winay7-Jan-04 2:08 
GeneralSql server stored procedure timing out problem Pin
pankajdaga1-Jan-04 10:51
pankajdaga1-Jan-04 10:51 
GeneralRe: Sql server stored procedure timing out problem [modified] Pin
Marek Grzenkowicz2-Jan-04 5:19
Marek Grzenkowicz2-Jan-04 5:19 
GeneralRe: Sql server stored procedure timing out problem Pin
andyharman7-Jan-04 11:09
professionalandyharman7-Jan-04 11:09 
GeneralRe: Sql server stored procedure timing out problem Pin
pankajdaga15-Jan-04 2:05
pankajdaga15-Jan-04 2:05 
GeneralRe: Sql server stored procedure timing out problem Pin
Mike Dimmick8-Jan-04 5:59
Mike Dimmick8-Jan-04 5:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.