Publish Access database based application using VB2010 [closed] - winforms

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
i want to publish access database based application using visual basic.. the thing is i do not want my database to be appeared in the installation folder so that user/client wont have access to it... It is for window application.. TQ

if you password protect your access database then they will not be able to get access to the data even if they can see it. In your code you will need to supply the password when connecting to the database.

Related

SQL Server - I need code that will cause a stack dump [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I'm trying to create a repro script for a MS connect item, and need to be able to cause a stack dump at will.
How could I do that?
DBCC DUMPTRIGGER can be used to trigger a dump on a specific error.
You can also take a dump of at will, see How to use the Sqldumper.exe utility to generate a dump file in SQL Server but those are less useful.

integrate silverlight in business application [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am using business application template of silverlight(version 5).
I want to embed existing user controls & behaviours which i have downloaded from microsoft expression gallery.
Tell me the exact steps & expected changes to do so in my application
reply soon
Add the reference to your project or if you got access to the source code 'add existing items'
Add reference to in your .xaml e.g: xmlns:sdk="http://schemas.microsoft.com/winfx/2006/xaml/presentation/sdk
Use it: <sdk:DataGrid/>
alternatively
you could add vie the code behind: in xaml.cs create new instance of the object:
DownloadedUserControl control = new DownloadedUserControl;
LayoutRoot.Children.Add(control)

How to create job in SQL Server 2005 [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to create job that can run my stored procedure automatically by schedule. And I have completed all the information and do everything that it require. but then I click OK to finish it. And it shown message like this:
Unable to cast object of type
'Microsoft.SqlServer.Management.Smo.SimpleObjectKey' to type
'Microsoft.SqlServer.Management.Smo.Agent.JobObjectKey'.
(Microsoft.SqlServer.Smo)
Please, help me...
Thanks you in advance
Simply pasting the error in a google search shows this is a known problem and seems to be fixed in SP2.
http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/e7c0e73e-8d4b-4624-a19e-352a69995f9e/

Scan Documents in Silverlight In-Browser application [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
How can i connect to scanner and scan a document in silverlight in-browser application?!
My Application run on Intranet and all clients use windows as operating system.
Any way Or code is there to do this?
Any Component
Java Script code
Have an idea or a way to do this?
My Application run on Intranet and all clients use windows as operating system.
I use silverlight 5 in-browser application!

Google App Engine problem [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Google App Engine is neither showing my application main HTML page nor any error. I just rolled back my changes still its not showing anything.It was working in the morning
Please Guide e how Can I make it working agin.
Log on to your application administration interface at http://appengine.google.com/ and then go to the Logs page under the Main section. Do you see any kind of errors there?
With so little information to go on, that's all I can answer with right now, but update your question with more information about your problem and I'll try to help you more.

Resources