DB/Reporting :: DB Engine To Choose?

Apr 13, 2011

I need to choose a database engine for a project, and have run into some issues. What I want is an SQL engine that works in a server/client environment, where i also can backup the database files from disk. If I am not mistaken, i have to detach an MSSQL database to be able to copy it in the file system. And SQLite is no good for the server/client environment. Will MySQL accomplish this? I think PostGreSQL has the same issue as MSSQL, but I don't know about MySQL.Oh, and it needs to be free to publish with my application.

View 3 Replies


ADVERTISEMENT

DB/Reporting :: Which Database Engine To Use

Nov 12, 2010

I am developing a software that connects to a database and manipulates product and user data. It works on my computer but it will have to be used by many computers maybe even world wide (who will access the same database) so I have no idea what kind of systems people will have. I still don't know how to ensure that they will be able to connect to the database for I have already had problems in Windows 7 computers which don't have jet oledb.4.0

I am a bit lost here because I don't know if I should first try to do a connect, or if I should first look for a jet oledb engine on the computer where the software is installed. And in case they don't have it installed should I prompt them to install it before running the program further? Or should I pack the engine along with my program? What is the line of thought here to make the program run on (almost) any machine?

View 5 Replies

VS 2010 Randomizing - Program Randomly Choose Questions - NEVER Choose Same Question In Same Program

Dec 20, 2011

I am currently working on a family project which is based on "Who Wants To Be A Millionaire?" show. There is a huge diffrence between the show and my project. My project is a christmas edition and the goal is not to get money or something, since I will not add it... Erhmm... Let me get to the point. I have already designed a layout and scripted some things. I have about thirty questions but I do not want them to always spawn in the same array, if you know what I mean. I want the program to randomly choose one of those thirty questions and NEVER choose the same question in the same program run. By the way, there are four options on my project: A, B, C and D. I have got everything, I just need a code.

View 3 Replies

Can .NET Be Used As A Game Engine

Jun 6, 2011

I know VB.NET, and I've been planning on creating a simple 2d game engine. I got no problems with creating such engine and running the actual game. However, I've been told that VB.NET might not be the best choice for "working too much with graphics". I'd like to know if that's true. Can VB.NET truly not manage efficiently loads of graphics simultaneously on the screen? If no, what kind of software am I supposed to use for creating this engine?

View 5 Replies

Search Engine In VB?

Nov 2, 2011

I am building a search engine in vb.net which would have to search for a word entered by the user in 40 text files within the project directory.

View 1 Replies

Sql - ASP.net VB Search Engine

Sep 6, 2011

I have a search engine that is supposed to search through descriptions of products and then will display something with a list of products that have whichever word(s) or phrase the user was looking for. I haven't made any kind of list for the products that use the description though.

I just need to figure out why my SELECT statement isn't doing anything. It's either that or the For Each loop.

This is what I have:

Public Function GetDescriptions(ByVal prefixText As String, ByVal count As Integer) As String()
Dim MarketingSql As String = "Select MarketingID, MarketingType, MarketingData

[Code]......

View 3 Replies

C# - How To Identify Blog Engine

Feb 3, 2010

I am writing a search engine whose purpose it is to search all kind of blogs for specific kinds of content.I'm particularly focusing on these blogs engines:

Blogger
LiveJournal
MySpace
Open Diary

[code]....

Is there any way I can use google to find links that are from a specific type of engine, like for example wordpress?

View 3 Replies

DB Engine Cannot Open File

Jul 4, 2011

[Code]...

Above is my code,but i get this error. The Microsoft Jet database engine cannot open the file 'C:Program FilesDatabase.mdb'. It is already opened exclusively by another user, or you need permission to view its data. What is the reason and how can solve it?

View 1 Replies

Make A Script Engine?

Aug 29, 2009

How to make a program that reads scripts and compiles them like auto it? I was looking to use vb 2008 if possible

View 3 Replies

Use Library Or Engine For .NET That Does Calculus?

Jan 18, 2010

is there an easy to use library or engine for .NET that does calculus?

View 2 Replies

Using Search Engine While Programming

Oct 21, 2010

I always search over the internet for while programming even for small matter. Is this bad habit? Do programmers search over net for frequently or not? If yes then which search engine they use mostly?

View 2 Replies

Web Browser Using Different Rendering Engine?

Apr 16, 2009

i have looked all over and can not figure out how to use the firefox rendering engine in vb for my web browser?

View 5 Replies

Web Browser With Opera Engine?

Jun 13, 2010

I Wanna To Create A Web Browser With Opera Engine.

View 8 Replies

Approach For State Machine / Engine?

Oct 25, 2011

I was wondering about what approach to take for writing a state machine or data crunching engine.As such, it wouldn't have any UI component. Since it must be able to talk to other GUI programs, should it be hosted in a DLL? I noticed that there were some State Machine templates for VB but I have no idea how to use them. If
any one could provide some pointers to documentation sample code,

View 3 Replies

Asp.net Mvc - Razor View Engine Quirks ?

Nov 12, 2010

I just downloaded the MVC 3.0 RC and I'm excited to start using it, especially the Razor view engine. However, due to a few stick in the mud type people here, we are stuck using VB.NET instead of C#.When I started trying it out, I noticed some quirks. If you are creating a Razor view using CSHTML, you can write code like this:

@foreach(string genreName in Model.Genres)
{
<li>@genreName</li>
}

Razor will automatically detect that the <li> text is an HTML tag and will switch out of "code mode". With a VB.NET VBHTML file, this doesn't seem to be working. It's making me put the @: keyword in front of each line like this:

@For Each genreName As String In Model.Genres
@:<li>@genreName</li>
Next

If I don't have it there, I get a runtime error. Also, the <text></text> tags don't seem to work.

View 3 Replies

Can't Find Script Engine 'VBScript'

Jul 15, 2009

When trying to run a vb script on a machine, this is what it gives as error:Can't find script engine "VBScript"So to fix this I logged into the machine and did the following to install the vbscript engine:in run window regsvr32 vbscript.Message was that installation succeeded.Then tried running the script on the machine again and still gives the same error as before.

View 1 Replies

Change Label With Cheat Engine .net?

Aug 30, 2009

I want to change my label1 in vb.net by cheat engine. My label start at 100 and a button makes it smaller, like this:

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Label1.Text = Label1.Text - 1
End Sub

How would I do this?

View 9 Replies

Create A Search Engine With FlashUI?

Jun 16, 2009

i'm working on a application whereby there is a keyboard which is create on FLASH. So i implement it into vb.net. So everytime i click on 'A', it will go into the database and search for all the stuff that contain 'A' and display on the flash textbox. If i type 'An', i will appear all the stuff in a Flash textbox. Just like yahoo, when you type 'An' there will have a downdrop appearing all the words that starts, end or inbetween have 'An'.

View 6 Replies

Custom Game Engine Freezes?

Jan 29, 2011

I have been working on a game engine for a couple of weeks now and when I finally finish and test it the windows form just freezes, I believe it to be the timer:

<System.Serializable()> Public Class Game
Public Sub New(ByVal NewGameHandle As IntPtr, Optional ByVal NewFramesPerSecond As Integer = 7)
GameHandle = NewGameHandle
GameFramesPerSecond = NewFramesPerSecond

[code].....

View 5 Replies

Graphical User Interface (GUI) In VB And Engine In C++?

Oct 8, 2010

What is the best way to write a GUI for C++?

View 1 Replies

Install Speech Recognition Engine?

Jul 5, 2011

I am trying to create a VB.Net form that recognizes speech. When I run it, I get the error "Speech recognition is not available on this system. SAP and Speech Recognition engines cannot be found." So, following Microsoft's instructions, I discover that there is no Speech tab in Speech Properties (which appear when I click on Speech in the control panel). I am using Windows XP Professional. Only a Text-to-Speech tab, no speech recognition tab. To install the speech engine, I went to Add or Remove Programs/ Change Microsoft Office Enterprise 2007/ Add or Remove Features. However there is no "Alternative User Input" as per the instructions. How can I get this speech recognition engine installed?[code]...

View 6 Replies

Make A Scripting Engine In Program?

May 20, 2009

Would it be difficult to make a scripting engine in VB.Net? Just a simple scripting engine for a simple game creating program.

View 2 Replies

Search Engine Save Ability?

Feb 23, 2009

I have a system on my webbrowser that allows the user to choose their Search Engine out of a selection I organized. the down point is that I have it set so when they click save it will just hide, because if it closes the settings will be reset and not saved. However I want them to save. Here are my codes to the search button:

Private Sub Search_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Search.Click
If SearchEngines.RadioButton1.Checked Then
CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate("http:www.google.com/search?hl=en&q=" & SearchBar.Text & "&btnG=Google+Search&meta=")

[code]....

This is the code of save:

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Me.Hide()
End Sub

I would like it so it saves when the whole program is closed, so when they start up it's automatically set so they can search on their favourite search engine.

View 12 Replies

Source Code Of Search Engine?

Mar 18, 2010

provide me source code of search engine?

View 3 Replies

Use Jet Engine To Read Data From Excel In Vb?

Aug 26, 2010

how can I create a connection to excel file and view the result in vb. I am using visual studio 2008?

View 7 Replies

VS 2008 - Anti-Cheat Engine

Jan 30, 2010

I wanted to get some insight from you all on if an Anti-Cheat Engine is possible to create in VB. I know that if it can be made, it would be a long and arduous task, but well worth it.

I'd also like to know what features I would have to implement for it to be a good anti-cheat engine.

Since there would be no GUI, would I just make it as a service? or would I make it as a normal app without a GUI? I think if I make it as a service, the User could just turn it off.

The engine itself would be for a C++ game.

View 10 Replies

VS 2010 Change Value Like Cheat Engine?

Jan 4, 2011

I found with cheat engine the adres of the code the enables and disables a checkbox in another program ( value 0 and 1)But which code will this be to make a vb.net program of it

View 3 Replies

Write The Code For VB Search Engine?

Aug 14, 2007

writing a search engine for my database. I use Visual Vasic 6.0 Express Edition and i have a database which i want to be connected to a search engine. Can any1 teach me how to write the code?

View 8 Replies

DB/Reporting :: Attach A Dataset To A Table (MS Reporting)?

Jan 9, 2009

I want to do something like this:

Code:
'create a dataset and a table
Dim ds As New DataSet

[code].....

View 5 Replies

Build Search Engine For Word Docs

Apr 30, 2009

Is it possible to build a search engine to use on a DVD that contains Word documents, text documents, etc.? Say I wanted to find all documents with the name "James" in them. In the search box I would type "James", and it would return the results of everywhere James is found. Or suppose I wanted to find all Land Deeds where James is found, is that possible? All search engine examples that I have seen on VB Help has to do with databases, and I guess to an extent, my DVD would be the database.

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved