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
P

pickron

@pickron
About
Posts
14
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Tooltip display time
    P pickron

    I would like to add: vb.net and asp.net on the web form... how do I keep the tooltip up for 10 or more seconds rather than the standard 5 seconds ? Thanks.:((

    ASP.NET question html

  • Tooltip display time
    P pickron

    How do I keep the tooltip displaying longer than 5 seconds ? In the HTML code, please. Not code-behind. Thanks, pickron :)

    ASP.NET question html

  • ASP.NET working with MS Access
    P pickron

    Shall I put my code here so you can see what is wrong ? :confused:

    ASP.NET csharp asp-net help question

  • ASP.NET working with MS Access
    P pickron

    Mike, I appreciate your 0.0248760 cents and a well-written post! I do want to know what and who fired the error. I don't know where to code the OldDbException so that's basically why I'm trying to figure out by debugging in step by step. It's something going on in the Open() statement whereas the database operation sneaks around! I use SQL Server at work; I use Access at home. I'd like to put the web app in my website to update the membership list, that's all. Thanks for your time to type your thoughts about Access.

    ASP.NET csharp asp-net help question

  • ASP.NET working with MS Access
    P pickron

    That would be most appreciated if you can provide source. I looked at my Access database to allow Zero but I don't see Null there. I can show you my code if you'd like... I'm basically picking a name from a dropdownlist and then populate that into its textboxes from MS Access. Thanks.

    ASP.NET csharp asp-net help question

  • ASP.NET working with MS Access
    P pickron

    It seems to be a longer code for a simple web app to work with MS Access. :sigh:

    ASP.NET csharp asp-net help question

  • ASP.NET working with MS Access
    P pickron

    The error is gone. Now I get another error: System.Data.OleDb.OleDbException: Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done. What does it mean ? :sigh:

    ASP.NET csharp asp-net help question

  • ASP.NET working with MS Access
    P pickron

    Hi there, I'm trying to figure out what the error is: System.InvalidOperationException: Parameter 0: '@Name' of type: String, the property Size has an invalid size: 0 Basically, I'm trying to populate the textboxes after I pulled down the dropdownlist and selected in the Name textbox with AutoPostBack=true. Is this error related to Access or ASP.NET code ? :confused: Thanks!

    ASP.NET csharp asp-net help question

  • data bound dropdownlist from MS Access
    P pickron

    Never mind, gurus... this works! I cleaned up in the html code in the asp:dropdownlist tag.

    ASP.NET help csharp asp-net database question

  • data bound dropdownlist from MS Access
    P pickron

    Hello ASP.net gurus! I tried to display a name of the person from a dropdownlist, once clicked on that name, also display the information about the person. The dropdownlist didn't display at all... no error...just blank. What did I do wrong? :confused: My code is below: Dim oOleDbConnection As OleDb.OleDbConnection Dim strPassword As String = "" Dim strDataBasePath As String = "c:\Membership.mdb" Dim dtrFindName As OleDbDataReader Dim myCmdFindName As OleDbCommand Dim sConnString As String = _ "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=" & strDataBasePath & ";" & _ "Jet OLEDB:Database Password=" & strPassword & ";" oOleDbConnection = New OleDb.OleDbConnection(sConnString) oOleDbConnection.Open() myCmdFindName = New OleDbCommand("Select Name from MembershipList order by Name ASC", oOleDbConnection) dtrFindName = myCmdFindName.ExecuteReader ddlName.DataSource = dtrFindName ddlName.DataTextField = "Name" ddlName.DataBind() oOleDbConnection.Close() Any help is much appreciated! :rolleyes:

    ASP.NET help csharp asp-net database question

  • smallmoney
    P pickron

    Thanks, Mike.

    ASP.NET question

  • smallmoney
    P pickron

    Rob, Hee hee, my expectation is just simple and easy. 4 decimal places isn't what I want it in my project but I can't change the precision in the Design Table of the SQL Ext. Manager. I did try CInt(txtMoney.text) but it won't get rid of the 4 decimal places. (i.e. from 4500.0000 to 4500) Thanks for replying.

    Database question

  • smallmoney
    P pickron

    How can I get rid of the value of 3000.0000 since its datatype is money ? I would like it to be 3000, not 3000.0000. The code is: Dim pMoney As SqlParameter = New SqlParameter("@Money", SqlDbType.Money, 8) pMoney.Value = Trim(CInt(txtMoney.Text)) cmdUpdate.Parameters.Add(pMoney) Did I overlook something ? Thanks!

    Database question

  • smallmoney
    P pickron

    How can I get rid of the value of 3000.0000 since its datatype is money ? I would like it to be 3000, not 3000.0000. The code is: Dim pMoney As SqlParameter = New SqlParameter("@Money", SqlDbType.Money, 8) pMoney.Value = Trim(CInt(txtMoney.Text)) cmdUpdate.Parameters.Add(pMoney) Did I overlook something ? Thanks!

    ASP.NET question
  • Login

  • Don't have an account? Register

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