Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
A

AlucardCode

@AlucardCode
About
Posts
13
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Data Connections
    A AlucardCode

    Thanks, I'll try that. :)

    C# database

  • Data Connections
    A AlucardCode

    Hi All I have a project which is using Microsoft.Jet.OLEDB.4.0, to connect to an access database. Windows 7 x64 does not allow my project to connect to the database. Is there another way in which I can connect to the database in Windows 7 x64 Thanks

    C# database

  • VS Standard 2008
    A AlucardCode

    Hi All I only have one question. If I buy Visual Studio 2008 Standard, will I be able to create install/setup exe's with it. in other words, does Visual Studio 2008 standard have the Setup Wizard template? Thanx

    Visual Studio visual-studio question csharp workspace

  • Windows 7 x64
    A AlucardCode

    Thank for the help. I don't really know which edition of Windows 7 it is.... it is on a client's machine which I do not have physical access to. I have tried the instructions that you gave me on my pc and it worked fine. :)

    Windows API windows-admin tools

  • Windows 7 x64
    A AlucardCode

    Hi All. I know that some x32 programs do not work on windows 7 x64. I found a way in which to make them work by editing settings in the IIS. I have installed the IIS, but it does not show in "Administrative Tools". When I try to re-install it, it shows that it is intalled. Can anyone please advise me on this.:confused: Thanx

    Windows API windows-admin tools

  • VC# 2008
    A AlucardCode

    Thanks I will try that.

    C# csharp visual-studio workspace

  • VC# 2008
    A AlucardCode

    I was afraid of that... Thanx though

    C# csharp visual-studio workspace

  • VC# 2008
    A AlucardCode

    Hi All, I was wondering if anyone could direct me... I am using Visual C# 2008, and I would like to create a setup/installer for my one program. I know that VS has a template to let one do this. If anyone knows where I can get a template like that for Visual C# Express Edition, Please let me know. I will be really grateful. Thanx

    C# csharp visual-studio workspace

  • Windows 7 x64
    A AlucardCode

    Hi All. I have been developing a program in c#. the program connects to a database. When the program is run on a windows 7 x64 bit OS, it gives the following error: System.InvalidOperationException: The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine. The computer does have MS Office installed..... Is there anyway that I can get the program to work, as I have heard that Windows 7 x64 has a lot of compatibility issues. Thanx

    C# csharp database help

  • PDF Generation
    A AlucardCode

    Thanks, I give it a try :)

    C# database help question

  • PDF Generation
    A AlucardCode

    Hi There I am using Aspose.pdf to generate pdf documents. The pdf document contains a table which is populated with data from a database. I have the problem that if the table needs to continue to the next page, the pdf does not generate. Is there any code that I need to include to allow the document to continue to a new page? Regards,

    C# database help question

  • Syntax error (missing operator) in query expression
    A AlucardCode

    Cool Thanx, I will give it a try

    C# database help csharp

  • Syntax error (missing operator) in query expression
    A AlucardCode

    I have this problem with a SQL query that is executed through a c# program. it occurs in the following query: string strSql = "SELECT 2010Forms.Task_ID_PK, 2010Forms.isMainOutcome, 2010Forms.Outcome, "; strSql += " 2010Outcome.InProg, 2010Forms.OutcomeType, "; strSql += " 2010Outcome.TraineeStatus, 2010Outcome.ReviewerStatus "; strSql += " FROM 2010Outcome INNER JOIN 2010Forms ON "; strSql += " 2010Outcome.2010Outcome_ID_FK = 2010Forms.Task_ID_PK"; strSql += " where (2010Outcome.Review_ID_FK = '" + StringRevID "')"; strSql += " and (2010Outcome.Trainee_ID_FK = '" + StringTraineeID + "')"; strSql += " and (2010Forms.isFinal = 0)"; strSql += " order by 2010Forms.OutcomeOrder asc "; I cannot see any missing operators, but is anyone can assist me, I will be very greatful.

    C# database help csharp
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups