Visual Studio 2008 and Access .mdb database
Wed, 16 Jan 2008 08:33:50 -0600
I need to read information from a third party Access .mdb database. I have Visual Studio 2008
Professional, and am using C++.
I read in a post (http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2120679&SiteID=1) that LINQ
does not support Access databases.
Is Microsoft ActiveX Data Objects (ADO) the be ...
|
Where can I find "Icon Packager"
Wed, 16 Jan 2008 07:25:34 -0600
Good morning everyone.
I once had a link to something I think was a knowledgebase item but I can
not seem to find it now. It was called "Icon Packager" and it gave
insturctions on how to create and apply your own icon to your program. Does
anyone have the link or the file itself that they could share? ...
|
Installation project problem
Wed, 16 Jan 2008 04:35:02 -0800
I have created an installation project for my application.
In this project I have added the "Customer Information" dialog. The entered
serial number is then put into the registry
HKLM/[Manufaturer]/[Product]/Snr = "[PIDKEY]"
The installation works fine and and the serial number is written into the
regist ...
|
Re: Calls to Win32 API from c#.
Tue, 15 Jan 2008 23:45:58 GMT
Thanks for the repley Jayesh.
I realized I didn't really know enough about
marshalling in c# so I just gave myself a
crash course over the last day or so and
I've now got everything running OK.
Carl ~8>)
Jayesh <jayesh.modha@gmail.com> wrote:
>
...
|
Problem with String
Tue, 15 Jan 2008 12:37:45 -0800 (PST)
I have this code:
Dim ssql As String
ssql = "SELECT OrderHeader.date_pack, OrderHeader.Customer,
tmpIndexes.id_green,
tmpIndexes.SectionLetter, Varieties.name AS Crop,
Plants.name AS Variety, Plants.Productivity,
Sum(PlantOrderDist.Need) AS Need, tmpIndexes.FirstBed "
...
|
Can VB6 be installed with Visual Studio 2005 ?
Tue, 15 Jan 2008 16:46:22 GMT
I have Visual Studio 2005 (Standard) installed.
Now I need to installed VB6.0 to do some work for someone.
On running the Setup.exe is errors, "An unhandled win32 exception occured in
vs60wiz.exe"
Then asks if I want "New instance of Visual Studio 2005" debugger to open.
Any way to install both at th ...
|
Link Table implementation in Sql Server via Datasets
Tue, 15 Jan 2008 02:30:34 -0800 (PST)
Hi,
I have a sql database file (mdf). This file stores the relationship
between users and files and consists of three tables as follows -
file (table)
fileId (column)
name (column)
personFileLink (table)
personFileLinkId (column)
personId (column)
fileId (column)
person (table)
personId (column)
...
|
|
|
Shortcuts for Intellisense
Tue, 15 Jan 2008 01:17:33 -0800 (PST)
Hi,
Is there a way to scroll through intellisense without using the arrow
keys? I think it would be very convenient in a lot of cases. For
instance you have CriteriaTypeInformation and
CriteriaTypeInformationCollection.
It would be great to use type "Crite" and then quickly scroll down to
CriteriaTypeInfor ...
|
c#, SelectCommand, and sql query
Mon, 14 Jan 2008 08:21:01 -0800
I think/hope I'm posting in right area. If not please let me know.
I'm trying to formulate an SQL query in Visual Web Developer to display the
results.
I've ran the query directly against the database with no problems. But when
I drop the query into VWD using C# formatting I'm getting this error.
The co ...
|
VS 2005 and ASP.NET Development Server problem
Sat, 12 Jan 2008 10:52:29 +0800
Hi,
I'm using VS 2005 Team Suite and TFS for source control.
I have a solution with the following projects:
a.) a web site
b.) a business logic
c.) a database project
My problem is that the web site in my solution is using ASP.NET DEvelopment
server, because I didn't install a local IIS in my Vista mac ...
|