CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2000
    Posts
    3

    Trying to insert data into a money field in SQL Server 7.0

    I am trying to insert data into a field of type money in SQL Server 7.0. The variable in my source code is defined as type currency, but when I execute the SQL statement to INSERT into the database I get a run-time error stating that I must use the SQL CONVERT command. If any one can help me PLEASE do. Thanks in advance.
    TDB


  2. #2
    Join Date
    Feb 2000
    Location
    Ireland
    Posts
    808

    Re: Trying to insert data into a money field in SQL Server 7.0

    I also use SQL SERVER 7 but I've never had this problem.
    What's the exact SQL statement that you are trying to pass.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured