The specified type is not supported by this selector
drn57 opened this issue · 2 comments
Hi,
I'm using Visual Studio 2022 to realize simple application for CRUD an sql compact database. I realized a database with 3 table and several fields inside.
This is the database information.
-- Script Date: 17/05/2023 15:14 - ErikEJ.SqlCeScripting version 3.5.2.94
-- Database information:
-- Locale Identifier: 1040
-- Encryption Mode:
-- Case Sensitive: False
-- Database: C:\Users\John\Desktop\Bart\bartDb.sdf
-- ServerVersion: 4.0.8876.1
-- DatabaseSize: 128 KB
-- SpaceAvailable: 3,999 GB
-- Created: 17/05/2023 10:48
-- User Table information:
-- Number of tables: 3
-- mixed: 0 row(s)
-- proof: 0 row(s)
-- testet: 0 row(s)
Database is connected but when I place a datagridview on the form the procedure to connect the data source after few steps ends as following..
Any suggestion?
Thanks a lot.
Robin