The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
MP2
1 year agoNew Contributor II
Create Table in SIC
I want to create a table and columns in SIC, but only the table name is being created. I want to know how to fix this problem. Below is my sample query and code.
Dim sql as new text.stringbuilder ...
- 1 year ago
The business rule implementation issue has been resolved. The CSV-to-DataTable conversion was defaulting all columns to string data type. Defining explicit data types for each column resolved the issue.
MP2
1 year agoNew Contributor II
I am using v8 version but somehow it is not working. I can see table but not columns
DanielWillis
1 year agoValued Contributor
When you say you can see the table but not columns, what are you viewing table in? Sounds very strange.
What database is it?
Have you tried inserting a row of data after you created it?
Something like,
sql.AppendLine(“INSERT INTO employee(Name,age) VALUES ('TestName',20);”
- MP21 year agoNew Contributor II
I have inserted few rows as well and it is running fine. When i ran query in my data adapter it is not fetching anything.
- MP21 year agoNew Contributor II
The business rule implementation issue has been resolved. The CSV-to-DataTable conversion was defaulting all columns to string data type. Defining explicit data types for each column resolved the issue.
Related Content
- 9 months ago
- 3 years ago
- 3 years ago
- 2 years ago