Questions tagged [sdf]

Sqlce Database File (.SDF) is a database created and accessed by SQL Server Compact Edition.

For more information, see the Wikipedia article on SQL Server Compact Edition.

Related Topics:

109 questions
9
votes
4 answers

How to import a SDF file

I started using a Sql Compact version of my DB and during the development it occured that the DB needs to be accessible over the network. Cause I wasn't able to find a way to share the SDF file over net without replication I need to import it into…
Sven Hecht
  • 1,337
  • 1
  • 16
  • 23
5
votes
2 answers

netsuite SDF error when deploy on WebStorm

SDF Features are enabled. On webstorm, I can validate (netsuite ide function) and it works. When I try to the project, even if it's empty or not, the LOG returns: The remote server returned an error: …
4
votes
2 answers

Creating and utilizing a local database in Visual Studio 2010

I can't seem to find any straight-forward guides on how to create a windows forms application with C# .NET in Visual Studio 2010 that uses a local database. When I create the local database, a .sdf file, I can't figure out how to have my form access…
Alex
  • 671
  • 3
  • 11
  • 25
3
votes
0 answers

Can anyone suggest a workflow maintaining Netsuite SDF with Git VCS?

We are trying to incorporate Netsuite SDF with Git. Do we have any standard process flow for this? We need to find the best practices which streamlines the below actions -> Creation & Maintaining Netsuite SDF project with multiple…
3
votes
1 answer

How can I fix an `OSError: file error: bad input file` in RDkit with .sdf file?

I'm using a third party code in python from an arxiv which use RDkit as a library. It takes a .sdf file with data about chemicals molecules as an argument, but then RDkit throw an error: OSError: File error: Bad input file file.sdf I followed the…
AMGMNPLK
  • 1,974
  • 3
  • 11
  • 22
3
votes
1 answer

Connecting to SDF file in Visual Studio 2017

I am currently working with a client who uses SQL Server CE databases. I would like to open and view the database. I read that Visual Studio 2017 has the ability to open these database files (.sdf). I have been tinkering around for a few hours on VS…
philm
  • 797
  • 1
  • 8
  • 29
3
votes
2 answers

c# DataTable, deleting added row

have some problem with DataSets in c#, which represents structure and data of DB in sdf-file. I'm making some automatic test with DB, so I should add some rows in table, perform test and delete added rows from table. Table schema: Num - ID,…
Aleksei Petrov
  • 936
  • 12
  • 31
2
votes
0 answers

Small (M)SDF font textures have artefacts

I am testing some font rendering with Multi-channel signed distance fields (MSDF). Everything looks perfect until I move further away from the rendered text, and it starts having weird artefacts (pixelated, some parts disappear). The first image…
Blatko
  • 43
  • 1
  • 7
2
votes
0 answers

How to convert .sdf files into image format in a bulk?

I have sdf files database and I want to convert all the files into png format at once. I used openbabel for single conversion it works.
2
votes
1 answer

Why the width of the opengl viewport I set is smaller and the reading pixels are not aligned?

code show as below(use the demo from enter link description here)to render glyph Luint rbcolor; glGenRenderbuffers(1, &rbcolor); glBindRenderbuffer(GL_RENDERBUFFER, rbcolor); glRenderbufferStorage(GL_RENDERBUFFER, GL_RED, width,…
ziwei wang
  • 21
  • 2
2
votes
0 answers

How to add png file as logo to gazebo model's .STL file and the model desciption is .sdf.jinja format?

I have been trying to add image file to a mesh type stl file by using