EDN Admin
Well-known member
<span style="font-family:Times New Roman; font-size:small
<p style="margin:0cm 0cm 0pt <span style="font-family:Calibri; font-size:small Hi all,
<p style="margin:0cm 0cm 0pt <span style="font-family:Calibri; font-size:small I wanted to do an application that can create databases and manipulates them....
<p style="margin:0cm 0cm 0pt <span style="font-family:Calibri; font-size:small Needs to store all databases..
<p style="margin:0cm 0cm 0pt <span style="font-family:Calibri; font-size:small I thought of doing it by using CArray class. So I could use one CArray object to store all details of one database..Then how can I store details of many
database having different no. of fields...?
<p style="margin:0cm 0cm 0pt Is it possible using CObArray class?
<p style="margin:0cm 0cm 0pt Whether I can store my CArray objects in CObArray objects..?
<p style="margin:0cm 0cm 0pt
<p style="margin:0cm 0cm 0pt I mean :
<p style="margin:0cm 0cm 0pt <span style="font-family:Consolas; font-size:9.5pt CArray<CStoreItem, CStoreItem&> StoreItems;
<p style="margin:0cm 0cm 0pt <span style="font-family:Consolas; font-size:9.5pt CObArray<CArray, CArray*>database ;
<p style="margin:0cm 0cm 0pt
<p style="margin:0cm 0cm 0pt It is showing some error.. "class CObArray may not have a template argument list".
<p style="margin:0cm 0cm 0pt Someone help me please..
<span style="font-family:Times New Roman; font-size:small
View the full article
<p style="margin:0cm 0cm 0pt <span style="font-family:Calibri; font-size:small Hi all,
<p style="margin:0cm 0cm 0pt <span style="font-family:Calibri; font-size:small I wanted to do an application that can create databases and manipulates them....
<p style="margin:0cm 0cm 0pt <span style="font-family:Calibri; font-size:small Needs to store all databases..
<p style="margin:0cm 0cm 0pt <span style="font-family:Calibri; font-size:small I thought of doing it by using CArray class. So I could use one CArray object to store all details of one database..Then how can I store details of many
database having different no. of fields...?
<p style="margin:0cm 0cm 0pt Is it possible using CObArray class?
<p style="margin:0cm 0cm 0pt Whether I can store my CArray objects in CObArray objects..?
<p style="margin:0cm 0cm 0pt
<p style="margin:0cm 0cm 0pt I mean :
<p style="margin:0cm 0cm 0pt <span style="font-family:Consolas; font-size:9.5pt CArray<CStoreItem, CStoreItem&> StoreItems;
<p style="margin:0cm 0cm 0pt <span style="font-family:Consolas; font-size:9.5pt CObArray<CArray, CArray*>database ;
<p style="margin:0cm 0cm 0pt
<p style="margin:0cm 0cm 0pt It is showing some error.. "class CObArray may not have a template argument list".
<p style="margin:0cm 0cm 0pt Someone help me please..
<span style="font-family:Times New Roman; font-size:small
View the full article