CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeCharge.Discussion

 PLEASE HELP, I CAN'T FIND A SOLUTION :(

Print topic Send  topic

Author Message
Cedric Falzon
Posted: 01/12/2004, 1:40 PM

Hi, I would appreciate if anyone could help me with my problem.

I'm using CodeChargeStudio 2.2.2.40 with the PHP 4.0 with Templates and
connecting with a MySQL database through MyODBC 3.51.

The Problem is that some fields in the MySQL tables are not showing up in
CCS. For Example I created this table :

create database if not exists `cdcol`;

use `cdcol`;

drop table if exists `cds`;
CREATE TABLE `cds` (
`titel` varchar(200) default NULL,
`interpret` varchar(200) default NULL,
`jahr` int(11) default NULL,
`id` bigint(20) unsigned NOT NULL auto_increment,
`fgfd` int(11) default NULL,
`gfd` int(11) default NULL,
`ccvxv` int(11) default NULL,
`sdfsdf` varchar(11) default NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM;


And only the fields interpret, id , gfd and sdfsdf showed up in
CodeChargeStudio !!!!
Can someone help me pls ?

THANK YOU.

cedric from malta.

DonB
Posted: 01/12/2004, 5:08 PM

You need to contact http://support.codecharge.com - I believe they have a
fix for this problem, which occurs from time to time. I don't know exactly
what the fix is, but there have been 6-7 people see this of which I am
aware. Send them your product serial number (you can find this by going to
the Help About screen) so they can find you in their tracking system.

By the way, you should be using the "codechargestudio.discussion" forum -
this one is for an entirely different product.

--
DonB

http://www.gotodon.com/ccbth


"Cedric Falzon" <cedric@onvol.net> wrote in message
news:btv479$nia$1@news.codecharge.com...
> Hi, I would appreciate if anyone could help me with my problem.
>
> I'm using CodeChargeStudio 2.2.2.40 with the PHP 4.0 with Templates and
> connecting with a MySQL database through MyODBC 3.51.
>
> The Problem is that some fields in the MySQL tables are not showing up in
> CCS. For Example I created this table :
>
> create database if not exists `cdcol`;
>
> use `cdcol`;
>
> drop table if exists `cds`;
> CREATE TABLE `cds` (
> `titel` varchar(200) default NULL,
> `interpret` varchar(200) default NULL,
> `jahr` int(11) default NULL,
> `id` bigint(20) unsigned NOT NULL auto_increment,
> `fgfd` int(11) default NULL,
> `gfd` int(11) default NULL,
> `ccvxv` int(11) default NULL,
> `sdfsdf` varchar(11) default NULL,
> PRIMARY KEY (`id`)
> ) TYPE=MyISAM;
>
>
> And only the fields interpret, id , gfd and sdfsdf showed up in
> CodeChargeStudio !!!!
> Can someone help me pls ?
>
> THANK YOU.
>
> cedric from malta.
>
>

Cedric Falzon
Posted: 01/13/2004, 12:56 AM

Thanks DonB,

But i think that the problem is not in the CCS, because I've installed CCS
on another two different pc's and it worked perfectly. I think my problem is
in MyODBC dirver. I tried to install the latest MyODBC driver from
www.mysql.com but the problem is still persisting on my pc. I would
appreciate if someone could help me with this problem.
Sorry for writing this problem on this forum guys, I didn't realize that
there was another forum for CSS.

cedric from malta.

"DonB" <~ccbth~@gotodon.com> wrote in message
news:btvgdi$bf$1@news.codecharge.com...
> You need to contact http://support.codecharge.com - I believe they have a
> fix for this problem, which occurs from time to time. I don't know
exactly
> what the fix is, but there have been 6-7 people see this of which I am
> aware. Send them your product serial number (you can find this by going
to
> the Help About screen) so they can find you in their tracking system.
>
> By the way, you should be using the "codechargestudio.discussion" forum -
> this one is for an entirely different product.
>
> --
> DonB
>
> http://www.gotodon.com/ccbth
>
>
> "Cedric Falzon" <cedric@onvol.net> wrote in message
>news:btv479$nia$1@news.codecharge.com...
> > Hi, I would appreciate if anyone could help me with my problem.
> >
> > I'm using CodeChargeStudio 2.2.2.40 with the PHP 4.0 with Templates and
> > connecting with a MySQL database through MyODBC 3.51.
> >
> > The Problem is that some fields in the MySQL tables are not showing up
in
> > CCS. For Example I created this table :
> >
> > create database if not exists `cdcol`;
> >
> > use `cdcol`;
> >
> > drop table if exists `cds`;
> > CREATE TABLE `cds` (
> > `titel` varchar(200) default NULL,
> > `interpret` varchar(200) default NULL,
> > `jahr` int(11) default NULL,
> > `id` bigint(20) unsigned NOT NULL auto_increment,
> > `fgfd` int(11) default NULL,
> > `gfd` int(11) default NULL,
> > `ccvxv` int(11) default NULL,
> > `sdfsdf` varchar(11) default NULL,
> > PRIMARY KEY (`id`)
> > ) TYPE=MyISAM;
> >
> >
> > And only the fields interpret, id , gfd and sdfsdf showed up in
> > CodeChargeStudio !!!!
> > Can someone help me pls ?
> >
> > THANK YOU.
> >
> > cedric from malta.
> >
> >
>
>

YesSoftware
Posted: 01/13/2004, 1:16 PM

Cedric,

The "problem" that you are reporting is implemented purposely, to happen
when using cracked versions of our products.
If you are not using an illegal version/crack then please contact us at
http://support.codecharge.com and we will analyze your installation in
detail.

Regards,

Peter R.
YesSoftware Support Representative
http://support.codecharge.com




"Cedric Falzon" <cedric@onvol.net> wrote in message
news:bu0bsn$pqs$1@news.codecharge.com...
> Thanks DonB,
>
> But i think that the problem is not in the CCS, because I've installed CCS
> on another two different pc's and it worked perfectly. I think my problem
is
> in MyODBC dirver. I tried to install the latest MyODBC driver from
> www.mysql.com but the problem is still persisting on my pc. I would
> appreciate if someone could help me with this problem.
> Sorry for writing this problem on this forum guys, I didn't realize that
> there was another forum for CSS.
>
> cedric from malta.
>
> "DonB" <~ccbth~@gotodon.com> wrote in message
>news:btvgdi$bf$1@news.codecharge.com...
> > You need to contact http://support.codecharge.com - I believe they have
a
> > fix for this problem, which occurs from time to time. I don't know
> exactly
> > what the fix is, but there have been 6-7 people see this of which I am
> > aware. Send them your product serial number (you can find this by going
> to
> > the Help About screen) so they can find you in their tracking system.
> >
> > By the way, you should be using the "codechargestudio.discussion"
forum -
> > this one is for an entirely different product.
> >
> > --
> > DonB
> >
> > http://www.gotodon.com/ccbth
> >
> >
> > "Cedric Falzon" <cedric@onvol.net> wrote in message
> >news:btv479$nia$1@news.codecharge.com...
> > > Hi, I would appreciate if anyone could help me with my problem.
> > >
> > > I'm using CodeChargeStudio 2.2.2.40 with the PHP 4.0 with Templates
and
> > > connecting with a MySQL database through MyODBC 3.51.
> > >
> > > The Problem is that some fields in the MySQL tables are not showing up
> in
> > > CCS. For Example I created this table :
> > >
> > > create database if not exists `cdcol`;
> > >
> > > use `cdcol`;
> > >
> > > drop table if exists `cds`;
> > > CREATE TABLE `cds` (
> > > `titel` varchar(200) default NULL,
> > > `interpret` varchar(200) default NULL,
> > > `jahr` int(11) default NULL,
> > > `id` bigint(20) unsigned NOT NULL auto_increment,
> > > `fgfd` int(11) default NULL,
> > > `gfd` int(11) default NULL,
> > > `ccvxv` int(11) default NULL,
> > > `sdfsdf` varchar(11) default NULL,
> > > PRIMARY KEY (`id`)
> > > ) TYPE=MyISAM;
> > >
> > >
> > > And only the fields interpret, id , gfd and sdfsdf showed up in
> > > CodeChargeStudio !!!!
> > > Can someone help me pls ?
> > >
> > > THANK YOU.
> > >
> > > cedric from malta.
> > >
> > >
> >
> >
>
>

Cedric Falzon
Posted: 01/14/2004, 10:43 AM

No I'm using a trial version.


"YesSoftware" <donotreply@nowhere.com> wrote in message
news:bu1n7t$fd0$1@news.codecharge.com...
> Cedric,
>
> The "problem" that you are reporting is implemented purposely, to happen
> when using cracked versions of our products.
> If you are not using an illegal version/crack then please contact us at
> http://support.codecharge.com and we will analyze your installation in
> detail.
>
> Regards,
>
> Peter R.
> YesSoftware Support Representative
> http://support.codecharge.com
>
>
>
>
> "Cedric Falzon" <cedric@onvol.net> wrote in message
>news:bu0bsn$pqs$1@news.codecharge.com...
> > Thanks DonB,
> >
> > But i think that the problem is not in the CCS, because I've installed
CCS
> > on another two different pc's and it worked perfectly. I think my
problem
> is
> > in MyODBC dirver. I tried to install the latest MyODBC driver from
> > www.mysql.com but the problem is still persisting on my pc. I would
> > appreciate if someone could help me with this problem.
> > Sorry for writing this problem on this forum guys, I didn't realize that
> > there was another forum for CSS.
> >
> > cedric from malta.
> >
> > "DonB" <~ccbth~@gotodon.com> wrote in message
> >news:btvgdi$bf$1@news.codecharge.com...
> > > You need to contact http://support.codecharge.com - I believe they
have
> a
> > > fix for this problem, which occurs from time to time. I don't know
> > exactly
> > > what the fix is, but there have been 6-7 people see this of which I am
> > > aware. Send them your product serial number (you can find this by
going
> > to
> > > the Help About screen) so they can find you in their tracking system.
> > >
> > > By the way, you should be using the "codechargestudio.discussion"
> forum -
> > > this one is for an entirely different product.
> > >
> > > --
> > > DonB
> > >
> > > http://www.gotodon.com/ccbth
> > >
> > >
> > > "Cedric Falzon" <cedric@onvol.net> wrote in message
> > >news:btv479$nia$1@news.codecharge.com...
> > > > Hi, I would appreciate if anyone could help me with my problem.
> > > >
> > > > I'm using CodeChargeStudio 2.2.2.40 with the PHP 4.0 with Templates
> and
> > > > connecting with a MySQL database through MyODBC 3.51.
> > > >
> > > > The Problem is that some fields in the MySQL tables are not showing
up
> > in
> > > > CCS. For Example I created this table :
> > > >
> > > > create database if not exists `cdcol`;
> > > >
> > > > use `cdcol`;
> > > >
> > > > drop table if exists `cds`;
> > > > CREATE TABLE `cds` (
> > > > `titel` varchar(200) default NULL,
> > > > `interpret` varchar(200) default NULL,
> > > > `jahr` int(11) default NULL,
> > > > `id` bigint(20) unsigned NOT NULL auto_increment,
> > > > `fgfd` int(11) default NULL,
> > > > `gfd` int(11) default NULL,
> > > > `ccvxv` int(11) default NULL,
> > > > `sdfsdf` varchar(11) default NULL,
> > > > PRIMARY KEY (`id`)
> > > > ) TYPE=MyISAM;
> > > >
> > > >
> > > > And only the fields interpret, id , gfd and sdfsdf showed up in
> > > > CodeChargeStudio !!!!
> > > > Can someone help me pls ?
> > > >
> > > > THANK YOU.
> > > >
> > > > cedric from malta.
> > > >
> > > >
> > >
> > >
> >
> >
>
>

YesSoftware
Posted: 01/16/2004, 12:40 PM

Then please don't be afraid to contact our support.


"Cedric Falzon" <cedric@onvol.net> wrote in message
news:bu42l0$cc0$1@news.codecharge.com...
> No I'm using a trial version.
>
>
> "YesSoftware" <donotreply@nowhere.com> wrote in message
>news:bu1n7t$fd0$1@news.codecharge.com...
> > Cedric,
> >
> > The "problem" that you are reporting is implemented purposely, to happen
> > when using cracked versions of our products.
> > If you are not using an illegal version/crack then please contact us at
> > http://support.codecharge.com and we will analyze your installation in
> > detail.
> >
> > Regards,
> >
> > Peter R.
> > YesSoftware Support Representative
> > http://support.codecharge.com
> >
> >
> >
> >
> > "Cedric Falzon" <cedric@onvol.net> wrote in message
> >news:bu0bsn$pqs$1@news.codecharge.com...
> > > Thanks DonB,
> > >
> > > But i think that the problem is not in the CCS, because I've installed
> CCS
> > > on another two different pc's and it worked perfectly. I think my
> problem
> > is
> > > in MyODBC dirver. I tried to install the latest MyODBC driver from
> > > www.mysql.com but the problem is still persisting on my pc. I would
> > > appreciate if someone could help me with this problem.
> > > Sorry for writing this problem on this forum guys, I didn't realize
that
> > > there was another forum for CSS.
> > >
> > > cedric from malta.
> > >
> > > "DonB" <~ccbth~@gotodon.com> wrote in message
> > >news:btvgdi$bf$1@news.codecharge.com...
> > > > You need to contact http://support.codecharge.com - I believe they
> have
> > a
> > > > fix for this problem, which occurs from time to time. I don't know
> > > exactly
> > > > what the fix is, but there have been 6-7 people see this of which I
am
> > > > aware. Send them your product serial number (you can find this by
> going
> > > to
> > > > the Help About screen) so they can find you in their tracking
system.
> > > >
> > > > By the way, you should be using the "codechargestudio.discussion"
> > forum -
> > > > this one is for an entirely different product.
> > > >
> > > > --
> > > > DonB
> > > >
> > > > http://www.gotodon.com/ccbth
> > > >
> > > >
> > > > "Cedric Falzon" <cedric@onvol.net> wrote in message
> > > >news:btv479$nia$1@news.codecharge.com...
> > > > > Hi, I would appreciate if anyone could help me with my problem.
> > > > >
> > > > > I'm using CodeChargeStudio 2.2.2.40 with the PHP 4.0 with
Templates
> > and
> > > > > connecting with a MySQL database through MyODBC 3.51.
> > > > >
> > > > > The Problem is that some fields in the MySQL tables are not
showing
> up
> > > in
> > > > > CCS. For Example I created this table :
> > > > >
> > > > > create database if not exists `cdcol`;
> > > > >
> > > > > use `cdcol`;
> > > > >
> > > > > drop table if exists `cds`;
> > > > > CREATE TABLE `cds` (
> > > > > `titel` varchar(200) default NULL,
> > > > > `interpret` varchar(200) default NULL,
> > > > > `jahr` int(11) default NULL,
> > > > > `id` bigint(20) unsigned NOT NULL auto_increment,
> > > > > `fgfd` int(11) default NULL,
> > > > > `gfd` int(11) default NULL,
> > > > > `ccvxv` int(11) default NULL,
> > > > > `sdfsdf` varchar(11) default NULL,
> > > > > PRIMARY KEY (`id`)
> > > > > ) TYPE=MyISAM;
> > > > >
> > > > >
> > > > > And only the fields interpret, id , gfd and sdfsdf showed up in
> > > > > CodeChargeStudio !!!!
> > > > > Can someone help me pls ?
> > > > >
> > > > > THANK YOU.
> > > > >
> > > > > cedric from malta.
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>


   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.