Search

You searched for the word(s): userid:764181

Matching Posts

  • Re: how to call stored procedure from this code?

    May be it can help you............... Private Sub UpdateSettings() Dim strSql As String Dim intResults As Int32 Dim db As Database = DatabaseFactory.CreateDatabase( "TEST_Connect" ) Try strSql = "StoreProcedure" Dim cmd As DbCommand = db.GetSqlStringCommand(strSql) db.AddInParameter(cmd, "getdate" , DbType.DateTime, Date .Now()) db.AddInParameter(cmd, "SettingName" , DbType.String, "RunTime" ) intResults = db.ExecuteNonQuery(cmd) Catch ex As Exception
  • Access Docmd.OutputTo Equivalent VB.NET Code

    Hi I have Access Application using Docmd.OutputTo code to create Excel,SNP,rpt and so on. DoCmd.OutputTo acOutputQuery, "Query", acFormatXLS, "c:\path\excel.xls", False DoCmd.OutputTo acOutputQuery, "Query", acFormatRTF, "c:\path\report.rtf", False I am migrating Access application to vb.net apps, so I am looking for Similar method to Create Excel or Report file out of Query?
  • Access Reports

    Hi Evrybody, I have an application with Reporting in MS Access. I don't know about reporting more. Can anybody describe how .NET Crystal Reports better than MS Access Reporting?
    Posted to Crystal Reports (Forum) by niravpatel5 on 7/9/2008
  • Reporting

    Hi Everybody, I have some access reporting Application. My project manager wants to develop it web based reporting system in .NET. So I know web development in asp.net but not have any idea about reporting. Can anybody suggest what should i use for Reporting ? what is the difference between Visual Studio.net Crystal report viewer and Crystal Report Software?
    Posted to Crystal Reports (Forum) by niravpatel5 on 7/8/2008
  • Batch Program and Reporting through Web Application

    I have some MS Access Programs that runs on morning time and works on some SQL server Database after that It creates reports which can be accessed by other MS acces MDB program . I wants to convert in web application or Windows Service or Regular Windows Class Library program which creates reports in the morning and they can display the reports in the morning. But i am worrying about Reports...I don't know much more about reporting in web application or Windows Service Programas. Can Anybody
    Posted to Getting Started (Forum) by niravpatel5 on 7/7/2008
  • Batch Program to Run MS Access MDB file

    I have some MS Access Programs that runs on morning time and works on some SQL server Database after that It creates reports which can be accessed by other MS acces MDB program . I wants to convert in Windows Service or Regular Windows Class Library program which run at morning. But i am worrying about Reports...I don't know much more about reporting in Windows Service Programas. Can Anybody suggest me, which program i should follow and what tehcnology should i use? Help will be appriciated in
    Posted to Free For All (Forum) by niravpatel5 on 7/2/2008
  • Re: ASP.NET Developers required in Melbourne Aust

    Contact nirajhmt@yahoo.com or contact 433-939-029 located in sydney,Australia. looking for .NET developer position. Excellent candidate for your opening.
    Posted to Jobs (Forum) by niravpatel5 on 6/2/2008
  • Re: ASP.NET/CSS/HTML Developer - Greensboro NC - 4 month contract

    Hi Thomas, I am a .NET consultant. Looking for a position open toUSA. Let me know if you are interested. I am avilable immidiatly. Thanks & Regards, Nirav Patel
    Posted to Jobs (Forum) by niravpatel5 on 6/2/2008
  • Gridview Tooltip instead of wrap property

    Hi Everybody, i Have a Gridview. some of the columns has data with more length. so i am using wrap property , so column width is not changing. But what i can do to make it tooltip for that column instead of wrap property. Thanks & Regards, Nirav Patel
  • Re: javascript

    any other alternative
    Posted to Web Forms (Forum) by niravpatel5 on 5/6/2008
Page 1 of 11 (105 items) 1 2 3 4 5 Next > ... Last »