I was wondering what would be a good backend for VB.Net that is also open source (free - no licensing issues).
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23519139.html
I pulled this very convoluted database from ACCESS and I had to split the tables, apprently I have impotred them into an SQL structure. The tables appear to have retained all of their relations. Ho...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2314...
Im fairly new to VB so bear with me.
I am trying to retrive a record from an access database, however i cannot seam to get the records out at all. I probably just dont understand the concept but h...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23372868.html
Hello experts.
I have installled Visual Studio Express 2008.
Launched Web Developer.
File Menu -> New Web Site
The directory I set was "C:\Deveopment\TestSite"
It creates the folder as indic...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23406479.html
Hello all
I have a very simple VB Express 2008 project that pastes code into a small text box after the user keys in a customer number. The notes that I am pasting in are sometimes long enough t...
http://www.experts-exchange.com/Microsoft/Development/Visual_Studio_Express/Q_23446762.htm...
Hi,
I am trying to duplicate an Access database table using SQL Server Express 2008.
The existing Access table has a Yes/No field (a boolean). This appears as a checkbox when viewing the data eit...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL_Server_2008/Q_2369...
I have an Access database table named Sensors with the following fields:
sensorID (integer)
SensorName (text)
SensorSignal (text)
sensorRange (text)
SensorUnits (text)
sensorIsTC (YES/NO)
...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23692820.htm...
Hello.
Is there any advantage to using MySQL with Visual Basic Express 2008 instead of MS Access?
If YES then, does MySQL have a GUI interface like Access and do I have control over where the...
http://www.experts-exchange.com/Database/MySQL/Q_23692831.html
Hi,
1) How do I copy a string like "gfgfgv" into an: unsigned char aa[500] ?
I can't use strcpy(aa,"gfgfgv") and I don't know how to cast it.
Thanks
http://www.experts-exchange.com/Programming/Languages/C/Q_23709774.html
Zones:
C,
C++Date Answered: 09/07/2008 Grade: A Views: 39
I have an XML column that has multiple siblings that I am trying to retrieve with a SELECT statement using nodes() and values(). The xml is shown below:
<Stores>
<Location LocationId...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23874240.html