Questions tagged [ctree]

52 questions
0
votes
1 answer

How does one pull data from SQL Server and insert that same data into ctreeACE? (in real time)

Okay so I am writing a C# script that pulls data from an SQL Server and then within that same script inserts the pulled data into the already made table for the pulled data to go into. I would like bounce some ideas to see if anyone would also help…
0
votes
1 answer

The following script does not work in c-treeACE when I try to insert 5 rows at time, why is that?

Given a set of data and trying to insert all of the rows into the table it seems c-treeACE throws me an error message saying its a syntax error and highlights the zipcode here is an example: here is the script: INSERT INTO testdata VALUES …
0
votes
1 answer

While loop for selecting field names?

I have a nasty, nasty data layout that I am forced to work with. I finally got a working query using C# and a for loop executing the same query over and over but adjusting which fields are called, but now I am wondering if it is possible to do it…
Alan
  • 2,046
  • 2
  • 20
  • 43
0
votes
1 answer

How can I export data from a c-tree program?

I'm in the process of consolidating our old stuff into TFS. One of the old things is a bug report repository. I believe it's using c-tree to store data, because it has .idx and .dat files. Id like to try to export all of this data into a txt/csv so…
user1538717
-1
votes
1 answer

R Prediction After Creating the Model

I get the following error after running p <- predict(credit_ctree,newdata=newcredit) I can't see the way to get it to come out right. Error in checkData(oldData, RET) : Classes of new data do not match original data
-2
votes
1 answer

Getting System.InvalidOperationException Error which I am confused to how to fix it?

Alright so I have part of the script I am writing that will insert new addresses if its already in one table but the issue is i get an exception that I can't seem to fix, I have debugged many times and it says System.InvalidOperationException:…
1 2 3
4