Search Result

Collapse
8 results in 0.0015 seconds.
Keywords
Members
Tags
conversion
  •  

  • How Do I Convert a Date in Access to a Serial Number

    I'm using a text data type (for numerous reasons, using date data-type is not an option) for my Dates columns and they were all running fine but after changing data types and changing them back, they all became serial numbers. Can't figure out how to convert them back to dates whilst still in the text data-type.

    Tried using "dd/mm/yyyy/" (works in Excel but not Access?) in the format field for my dates however they stay...
    See more | Go to post

  • Poonam Yadav
    started a topic Fatal error:Con not open cximage.lib
    in .NET

    Fatal error:Con not open cximage.lib

    Hi,
    I M converting vc++ projct to visual studio c++,
    I add all source code as per my knownledge
    properly bt it gives an fatal error message
    can not open cximage.lib file, I also add
    reference to its file but it gives same error
    plz help me as early as possible..
    Thanks...
    See more | Go to post

  • Lovro Mirnik
    started a topic Calculating in C# with the data type "byte"

    Calculating in C# with the data type "byte"

    Greetings,

    I need some help.
    In order to save memory space, I would like to perform calculations with the byte data type, instead of int.

    The number will never reach beyond 255, and will never be negative...
    The problem is described in the code, so please take a look.
    Code:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    
    namespace
    ...
    See more | Go to post

  • Lamont J
    started a topic Problem writing a byte to binary file

    Problem writing a byte to binary file

    Code:
    'Reading file Byte-by-Byte
    Dim Rs As Byte = bReader.ReadByte()
    
    'Converting Byte To Integer
    Dim n As Integer = CType(Rs, Integer)
    
    'Function Input Integer    (0-255)
    Function a(byval n as integer) as integer
    'Function Output Integer   (0-255)
    
    'Convert Integer to Byte                
    Rs = CType(n, Byte)
    
    'Write Byte to Stream
    bWriter.Write(Rs)
    ...
    See more | Go to post

  • How do I covert height from Feet (ex: 5'8") to inches in a BMI Calculator?

    I am having trouble trying to figure out a way to convert the feet to inches and have this still work. i have ran into a brick wall pretty much and could use all the help i could get.

    The correct output code is suppose to look like this:
    Code:
    What is your height (e.g., 5'8"):
    what is your weight (in pounds):
    Your BMI is...
    So far my code looks like this, because i can not figure out a way...
    See more | Go to post

  • 7effrey
    started a topic Implicit conversion from data type datetime to int
    in .NET

    Implicit conversion from data type datetime to int

    Hi, I'm trying to retrieve some information from my database, but somehow i get this error:

    Behind code:
    Code:
    public void binddata()
        {
            SqlConnection con = new SqlConnection(ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString);
                  DataSet ds = new DataSet();
    
            SqlDataAdapter da = new SqlDataAdapter("getRoomNEquip2", con);
    ...
    See more | Go to post

  • sandeepk84
    started a topic Converting files into pdf format in java
    in Java

    Converting files into pdf format in java

    Hi all,

    How can we convert a file into PDF format in java?My application does the
    file upload, and I need the files to be converted into PDF format.
    The uploaded file can be of any type. How can I do this?
    Please give me some help.

    Thanks and regards,
    Sandeep.
    See more | Go to post

  • ncsthbell
    started a topic converting Access 2000 to 2007

    converting Access 2000 to 2007

    We currently have Access 2000 and are converting to 2007. I have a very complicated Access application and am so lost with where to start. When I bring the application up, there are different tabs at the top (I see these on the tutorial under office.microsof t.com. They are showing "home" "create" "external data" "database tools" and "datasheet" . When I open my application, the only one I see is...
    See more | Go to post
Working...