Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
sql-compact
- Page 1
SQL Compact Edition and MDI Parent & Child Problem
Programming
Software Development
12 Years Ago
by bigstar
… all, am currently working on a windows application. I used
sql
compact
edition for the database. But the first problem i got…
SQL Compact Edition Error Limit to 128 Characters
Programming
Software Development
15 Years Ago
by Lynn512
Hi, I'm having some trouble with
SQL
Compact
Edition, it's popping up with this error when passing …
SQL Compact 3.5 Data Insertion
Programming
Databases
12 Years Ago
by mnewsome
Created tables for a contacts database in
SQL
compact
while in Visual Studio 2008 Team System. The table follows …
VS C# Express and SQL Compact
Programming
Software Development
15 Years Ago
by JayOne
I have
SQL
Compact
installed, and I'm using VS C# 2008 Express. I'…) but still don't work. Any ideas how to get
SQL
CE to work in VS 2008 Express? Can't find…
how to back up and restore sql compact
Programming
Software Development
11 Years Ago
by oluseye.ademola
Pls. How to back up
sql
compact
database and restore on another computer not having
sql
database
How to delete data in table via sql Compact server
Programming
Software Development
14 Years Ago
by Mattisc
Hi, I have managed to create a connection via
SQL
Compact
server to a local SDF database. I am able to …
Re: how to back up and restore sql compact
Programming
Software Development
11 Years Ago
by gusano79
SQL
Server
Compact
Edition is a file-based database; just copy it. More reading at [Maintaining Databases (
SQL
Server
Compact
)](http://msdn.microsoft.com/en-us/library/ms172411.aspx).
Re: SQL Compact Edition and MDI Parent & Child Problem
Programming
Software Development
12 Years Ago
by nmaillet
What tool are you using to interact with the database file? If you are using something like the entity framework, data gets cached in memory, but doesn't get written out to disk until you explicetly tell it to. Your app could still see it since it's in the cache. As far as MDI goes, I believe support is disappearing for it. If you are dead set …
Re: SQL Compact Edition and MDI Parent & Child Problem
Programming
Software Development
12 Years Ago
by bigstar
Thanks for your response Sir, I used dataset to connect with the database. But what i noticed is that there are different folders for x86 and x64 in my output folder. Each folder consists of a copy of the database. I always lose all records in the DB after making any changes to the DB. I set the "copy to output Directory" property of the …
Re: SQL Compact Edition and MDI Parent & Child Problem
Programming
Software Development
12 Years Ago
by nmaillet
Oh ok, I got you. Generally when you are using a database, settings or custom file during development, you are not concerned with the changes that occur during runtime. Switch it back to "Copy always". Reason being, if you make changes to the source file (the one directly in your project folder) the copy your application is using will …
Re: SQL Compact Edition and MDI Parent & Child Problem
Programming
Software Development
12 Years Ago
by bigstar
I really appreciate your responses. But the challenge is that. Which section of the code will i put such instruction. As for the MDI, I will like to rest my case. Other challenges are; How to reload Content of a Datagrid to reflect new changes. Note: I connected the Datagrid to the DB with the Databinding wizard while I write code to update and …
SQL CE 3.1 for WinCE and C#
Programming
Databases
16 Years Ago
by gibookrishnan
Hi All, Here is my question. Is this
SQL
Compact
Edition 3.1 free to Develop,use and distribute it …with my application? I have two
SQL
Compact
Edition: One from : [url]http://www.microsoft.com/downloads/details…
SQL Compact Connection Problems
Programming
Software Development
15 Years Ago
by jackiejoe
… or instance-specific error occurred while establishing a connection to
SQL
Server. The server was not found or was not accessible…. Verify that the instance name is correct and that
SQL
Server is configured to allow remote connections. (provider…
VB.NET connection to SQL SERVER
Programming
Software Development
14 Years Ago
by gispe
… express edition) and wanted to make a conection to an
SQL
Server.. the problem is that i cant conect :( previously… it, n installed visual studio 2008. I have installed
SQL
Compact
that came with the .net 2008, and besides it…wrong" And when i try to connect with the
SQL
compact
edition that came installed with the visual studio, im …
Synchronising with remote SQL server
Programming
Databases
14 Years Ago
by potsy
… the local cache in the application, I discovered that MS
SQL
Compact
database would not work, a shame as I really thought… from different locations. I tried using subscriptions but the web
SQL
server has to use an IP address so that's… just feel that with the introduction of change tracking on
SQL
Server 2008 that this should be a simple thing to…
Select Inside A Select Statement Using Sql CE
Programming
Databases
11 Years Ago
by Lethugs
… a simple query. This is my first time to use
sql
compact
edition. How can I query a select statement inside a… logo is save as byte if im not mistaken into
sql
server database I tried somthing like this but not working… Client` Please somebody guide me the right query Im using
sql
server 2008 r2 and visual studio 2010 Thanks
Local Database and SQL Compact Edition Error
Programming
Software Development
15 Years Ago
by zachattack05
…...my computer at home is Vista Home Premium 64 Bit...
SQL
Server
Compact
Edition doesn't work anymore :( I found a work…
Re: SQL CE 3.1 for WinCE and C#
Programming
Databases
16 Years Ago
by tesuji
Hi You may also consider
SQL
Anywhere and
SQL
UltraLight from Sybase, exceptional worldwide market leader in mobile computing. krs, tesu
Re: SQL CE 3.1 for WinCE and C#
Programming
Databases
16 Years Ago
by gibookrishnan
Thanks tesuji.But I would like to know is
SQL
CE 3.1 is free.And where can i find the "Getting Started" info. about other two DB's you mentioned.Help. Thanks in advance.
Re: SQL Compact Connection Problems
Programming
Software Development
14 Years Ago
by askbapi
_conn = New SqlCeConnection("Data Source = |DataDirectory|\<yourDatabaseName>;password=<your Password>")
Re: VS C# Express and SQL Compact
Programming
Software Development
15 Years Ago
by JayOne
A solved. Was referencing the wrong DLL.
Re: VS C# Express and SQL Compact
Programming
Software Development
15 Years Ago
by sknake
Don't forget to mark the thread solved ;)
Re: How to delete data in table via sql Compact server
Programming
Software Development
14 Years Ago
by kvprajapati
There are two same named database files (other .sdf is located under bin folder). Please use absolute path of database. [code] conn = new SqlCeConnection(@"Data Source=c:\folder1\Database1.sdf; Persist Security Info=False"); [/code]
Re: SQL Server..Express..compact Database's.
Programming
Software Development
11 Years Ago
by Maligui
SQL
Sever Express uses (local)\SQLExpress or .\SQLExpress Please use this as the data source. Then you can either create or add an existing database file (mdb)
Re: VB.NET connection to SQL SERVER
Programming
Software Development
14 Years Ago
by gispe
[QUOTE=;][/QUOTE] i just reinstalled vb.net, and could conect to a
sql
server
compact
(came with vb.net) .. and when trying to make a query into the northwind db, im getting : "error while trying to create de consult, there is no assigment of DbType Ofject to any known
SQL
Server
Compact
data type"
Re: VB.NET connection to SQL SERVER
Programming
Software Development
14 Years Ago
by finito
Looks good, can you post your code. [QUOTE]there is no assigment of DbType Ofject to any known
SQL
Server
Compact
data type" [/QUOTE] This basically means you either didn't make the connection string correctly or You didn't initialize something.
Re: VB.NET connection to SQL SERVER
Programming
Software Development
14 Years Ago
by finito
Try and run your
SQL
query in the
SQL
Browser. you should understand what you did wrong.
Re: VB.NET connection to SQL SERVER
Programming
Software Development
14 Years Ago
by gispe
the code im using is: [code=
sql
] SELECT SupplierID, CompanyName, ContactName, ContactTitle, Address, City, Region, PostalCode, Country, Phone, Fax, HomePage FROM dbo.Suppliers where SupplierID= @SupplierIDParam [/code]
Re: VB.NET connection to SQL SERVER
Programming
Software Development
14 Years Ago
by gispe
re-done it again.. checked the connection String and has the whole path to the db.. the db in the DB explorer is conected.. BUT let me make the
sql
query without the where clause.. any idea why this happend and how can i make to use the where clause?? thanks in advance!! :)
Re: VB.NET connection to SQL SERVER
Programming
Software Development
14 Years Ago
by gispe
to make the connection im using a wizard, so i dont have code to paste here. unless u want to have all the screen shots of what im doin.. the
sql
code, pasted in one of my previous posts
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC