Quantcast
Channel: All Developer posts
Viewing all articles
Browse latest Browse all 48292

Create DataSet with Cyrillic column name (API)

$
0
0

Hello everyone, i have a problem with API when i try to create a DataSet which contains a Cyrillic. After created DataSet i got a table with column name "????" instead of Cyrillic. Smiley Sad

 

 

    {
     "name": "SalesMarketing",
       "tables": 
       [
         {
           "name": "Product", 
           "columns": 
             [
               { "name": "ProductID", "dataType": "Int64"},
               { "name": "Name", "dataType": "string"},
               { "name": "Category", "dataType": "string"},
               { "name": "IsCompete", "dataType": "bool"},{ "name": "Колонка", "dataType": "DateTime"}
             ]
          }
        ]
    }

Безымянный.png

 


Viewing all articles
Browse latest Browse all 48292

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>