Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Xbase Codebase > Re: Dynamic cre...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 4 Topic 239 of 310
Post > Topic >>

Re: Dynamic create of foxpro files

by Andrew Clay <Andrew_Clay@[EMAIL PROTECTED] > Feb 27, 2006 at 05:20 PM

On 27/2/06 05:02, in article
1141016577.859796.5340@[EMAIL PROTECTED]
 "hellokarl"
<hellokarl@[EMAIL PROTECTED]
> wrote:

> I have a program for converting tab-delimited text to codebase foxpro
> databases.  One problem at the moment is that d4create doesn't work
> with dynamic arrays of field or tag infos.
I have the 'C' version of Codebase and it works fine with dynamic arrays
using u4alloc to allocate the required memory.
I don't know the syntax for the language you're using, but the C syntax is
like this for fieldInfo:-
 
FIELD4INFO *fieldInfo;
fieldInfo = u4alloc(sizeof( FIELD4INFO) * ( FldHdr.Count+1));
 




 4 Posts in Topic:
Dynamic create of foxpro files
"hellokarl" <  2006-02-26 21:02:57 
Re: Dynamic create of foxpro files
Andrew Clay <Andrew_Cl  2006-02-27 17:20:02 
Re: Dynamic create of foxpro files
"hellokarl" <  2006-02-28 20:03:49 
Re: Dynamic create of foxpro files
"Tjipke A. van der P  2006-03-02 20:45:11 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 10:52:25 CST 2008.