View Blackberry Java Sqlite query result rows in the form of pages

How can I display the rows resulting from the query sqlite one at a time in the form of question pages where a buttonfield (then) displays the next line (question) when you press. I was able to display all the rows at once with the following code:

Statement st = null;
try {}
St = db.createStatement ("SELECT * FROM Questions by Qid asc");
St.Prepare ();
Cursor c = st.getCursor ();
If (c == null) {}
Dialog.Alert ("unable to retrieve from the database");
}
Line r;
{while (c.Next ())}
r = c.getRow ();

String opt = "option" + r.getInteger (0);
Option RadioButtonGroup = new RadioButtonGroup();
Add (new LabelField (r.getInteger (0) + "." + r.getString (1)));
Add (new RadioButtonField (r.getString (2), option, false));
Add (new RadioButtonField (r.getString (3), option, false));
Add (new RadioButtonField (r.getString (4), option, false));
Add (new SeparatorField());
}
} catch (Exception e) {}
e.printStackTrace ();
} {Finally
try {}
St.Close ();
} catch (DatabaseException e) {}
}
}

But no progress with splitting into separate view. Do you know how to go about it?

I thought the usual way to proceed would be for the SQL query to provide lines to return to the screen, and then the screen would have a loop by pushing another modal screen with the following Question.  If this player from the screen not from the query.  Who is?

Tags: BlackBerry Developers

Similar Questions

  • The query results wrap in the DOS command window.

    Greetings,

    I'm using SQL * MORE in the DOS command window.

    The results of my query is wrapping to the bottom of the page, instead of using the entire width of the window.

    I put the mode command windows, before entering SQL * MORE:
    MODE CON: COLS = 100 LINES = 40

    So, I was hoping to get Oracle to use all 100 columns, displaying the entire response.

    Kind regards
    Dave

    Hi Dave,.

    Size pages, columns and lines are controlled by SQL * more system variables

    For the width of the lines

    The VALUE [IZE] which defaults to 80 LINES

    For the number of lines per 'page '.
    PAGES of the [IZE] VALUE, which by default is 14

    To control formatting, including the width of the columns of indicidual you PASS [UMN], for example:

    COLUMN your_column FORMAT a20

    For more parameters:
    http://download.Oracle.com/docs/CD/E11882_01/server.112/e16604/ch_twelve040.htm

    If you want some settings each time you open SQL * Plus, you can add to your glogin.sql

    Concerning
    Peter

  • ReadOnly vs. java hidden, simplifying, World Organization in the form of adobe

    Hello

    I am very new to java and adobe acrobat.  I have a form in which the customers are separated into 3 categories and depending on what type of client, these are areas of the form do not need to be filled. Unfortunately, form is long and complicated with several scenarios for example if they are an individual investor from an investor company different fields must be filled and if they are an investor company and located in British Colombia (both scenarios), then the various fields must be filled. It is quite a few fields (50 +) that change and that my code works (mainly), it is bulky and I think it might be better thought by/organized/possibly using incorrect commands for the situation. My question is twofold: to make the text boxes, drop boxes and radio buttons when is it better to use hidden vs visible and read only true/false (and possibly other commands I don't know)? My second question is how to simplify my code to avoid errors and facilitate change. For now I find I change one thing and it effects 4 other things that I didn't want it to effect.  For example, the individual types of three customer as a radio button, I mixed, society I put this code in each button as if they click through (their response modification) it always opens the fields of law, or is their a better way to think about it.  This is my code now for example for individual choice:

    {

    var v = this.getField("InvestorType").value;

    If (v is "Individual")

    {

    this.getField("CorpType").display = display.hidden;

    this.getField("Salutation").display = display.visible;

    this.getField("Surname").display = display.visible;

    this.getField("FName").display = display.visible;

    this.getField("Street").display = display.visible;

    this.getField("City").display = display.visible;

    this.getField("Province").display = display.visible;

    this.getField("PostalCode").display = display.visible;

    this.getField("Telephone").display = display.visible;

    this.getField("Fax").display = display.visible;

    this.getField("Email").display = display.visible;

    this.getField("Occupation").display = display.visible;

    this.getField("BirthDate").display = display.visible;

    this.getField("Employer").display = display.visible;

    this.getField("SIN").display = display.visible;

    this.getField("License").display = display.visible;

    this.getField("BirthCert").display = display.visible;

    this.getField("Passport").display = display.visible;

    this.getField("Salutation_J").display = display.hidden;

    this.getField("Surname_J").display = display.hidden;

    this.getField("FName_J").display = display.hidden;

    this.getField("Street_J").display = display.hidden;

    this.getField("City_J").display = display.hidden;

    this.getField("Province_J").display = display.hidden;

    this.getField("PostalCode_J").display = display.hidden;

    this.getField("Telephone_J").display = display.hidden;

    this.getField("Fax_J").display = display.hidden;

    this.getField("Email_J").display = display.hidden;

    this.getField("Occ_J").display = display.hidden;

    this.getField("BirthDate_J").display = display.hidden;

    this.getField("Employer_J").display = display.hidden;

    this.getField("SIN_J").display = display.hidden;

    this.getField("License_J").display = display.hidden;

    this.getField("BirthCert_J").display = display.hidden;

    this.getField("Passport_J").display = display.hidden;

    this.getField("Name_C").display = display.hidden;

    this.getField("Address_C").display = display.hidden;

    this.getField("City_C").display = display.hidden;

    this.getField("Province_C").display = display.hidden;

    this.getField("PostalCode_C").display = display.hidden;

    this.getField("Telephone_C").display = display.hidden;

    this.getField("Fax_C").display = display.hidden;

    this.getField("Email_C").display = display.hidden;

    this.getField("PrincipalBus").display = display.hidden;

    this.getField("BIN").display = display.hidden;

    }

    else if (v == 'Joint')

    {

    this.getField("Salutation").display = display.visible;

    this.getField("Surname").display = display.visible;

    this.getField("FName").display = display.visible;

    this.getField("Street").display = display.visible;

    this.getField("City").display = display.visible;

    this.getField("Province").display = display.visible;

    this.getField("PostalCode").display = display.visible;

    this.getField("Telephone").display = display.visible;

    this.getField("Fax").display = display.visible;

    this.getField("Email").display = display.visible;

    this.getField("Occupation").display = display.visible;

    this.getField("BirthDate").display = display.visible;

    this.getField("Employer").display = display.visible;

    this.getField("SIN").display = display.visible;

    this.getField("License").display = display.visible;

    this.getField("BirthCert").display = display.visible;

    this.getField("Passport").display = display.visible;

    this.getField("Salutation_J").display = display.visible;

    this.getField("Surname_J").display = display.visible;

    this.getField("FName_J").display = display.visible;

    this.getField("Street_J").display = display.visible;

    this.getField("City_J").display = display.visible;

    this.getField("Province_J").display = display.visible;

    this.getField("PostalCode_J").display = display.visible;

    this.getField("Telephone_J").display = display.visible;

    this.getField("Fax_J").display = display.visible;

    this.getField("Email_J").display = display.visible;

    this.getField("Occ_J").display = display.visible;

    this.getField("BirthDate_J").display = display.visible;

    this.getField("Employer_J").display = display.visible;

    this.getField("SIN_J").display = display.visible;

    this.getField("License_J").display = display.visible;

    this.getField("BirthCert_J").display = display.visible;

    this.getField("Passport_J").display = display.visible;

    this.getField("CorpType").display = display.hidden;

    this.getField("Name_C").display = display.hidden;

    this.getField("Address_C").display = display.hidden;

    this.getField("City_C").display = display.hidden;

    this.getField("Province_C").display = display.hidden;

    this.getField("PostalCode_C").display = display.hidden;

    this.getField("Telephone_C").display = display.hidden;

    this.getField("Fax_C").display = display.hidden;

    this.getField("Email_C").display = display.hidden;

    this.getField("PrincipalBus").display = display.hidden;

    this.getField("BIN").display = display.hidden;

    }

    else if (v == "Corp")

    function updateFormField()

    {

    var v = this.getField("InvestorType").value;

    If (v is "Corp")

    {

    this.getField("CorpType").display = display.visible;

    this.getField("Salutation").display = display.hidden;

    this.getField("Surname").display = display.hidden;

    this.getField("FName").display = display.hidden;

    this.getField("Street").display = display.hidden;

    this.getField("City").display = display.hidden;

    this.getField("Province").display = display.hidden;

    this.getField("PostalCode").display = display.hidden;

    this.getField("Telephone").display = display.hidden;

    this.getField("Fax").display = display.hidden;

    this.getField("Email").display = display.hidden;

    this.getField("Occupation").display = display.hidden;

    this.getField("BirthDate").display = display.hidden;

    this.getField("Employer").display = display.hidden;

    this.getField("SIN").display = display.hidden;

    this.getField("License").display = display.hidden;

    this.getField("BirthCert").display = display.hidden;

    this.getField("Passport").display = display.hidden;

    this.getField("Salutation_J").display = display.hidden;

    this.getField("Surname_J").display = display.hidden;

    this.getField("FName_J").display = display.hidden;

    this.getField("Street_J").display = display.hidden;

    this.getField("City_J").display = display.hidden;

    this.getField("Province_J").display = display.hidden;

    this.getField("PostalCode_J").display = display.hidden;

    this.getField("Telephone_J").display = display.hidden;

    this.getField("Fax_J").display = display.hidden;

    this.getField("Email_J").display = display.hidden;

    this.getField("Occ_J").display = display.hidden;

    this.getField("BirthDate_J").display = display.hidden;

    this.getField("Employer_J").display = display.hidden;

    this.getField("SIN_J").display = display.hidden;

    this.getField("License_J").display = display.hidden;

    this.getField("BirthCert_J").display = display.hidden;

    this.getField("Passport_J").display = display.hidden;

    }

    }

    }

    updateFormField()

    Is there a way to simplify this? Any help is very appreciated! My apologies for the wall of text.

    When you control a group of fields, it is a good idea to use the hierarchical naming scope to simplify the code. For example, instead of 'Salutation_J', 'Surname_J', etc., use 'J.Salutation', 'J.Surname', etc., and you can hide all J fields with a single statement:

    getField("J").display = display.hidden;

    The code you have posted has other problems, but it will be easier to deal with this, after making the changes that allow this simplification.

  • How can I increase a java plug-in window size in the form of developer10g?

    Dear friends,

    I made a form master detail in the form of developer10g. In the form I m cannot display all the fields in the window of the plugin java because its small.

    How can I increase the size of the window of the java plugin?

    Thanks in advance.

    Kind regards

    Kamran

    Hi keita

    Simply change the values width and height to 100% in the forms\server\formsweb.cfg file:

    # Is the applet parameter.

    width = 100%

    # Is the applet parameter.

    height = 100%

    After this OC4J instance restart.

    Hope this helps

    Concerning

    Carlos

  • BlackBerry Java Sqlite many record insert


    Hello

    I did something similar and my approach is to store all of the lines of sql in a sql file and

    read the lines of the file.

    Step 1 declare a file with all your sql queries.

    Step 2 read the file and insert it into the DB

    When inserting, it is always better to display a dialog box please wait...

    Rabi

  • Query results - failed with the exclamation point on the icon

    Hello

    When I run a select query, I now get an exclamation on the green arrow icon in the results of the query.  I was able to run this query before and no changes have been made.

    In the results of the query if window I click the icon "recharge" (two blue arrows) the results of flash to the top output and then turn off.

    Version 3.0.02 / / Build HAND - 02.37 / / Java Platform 1.6.0_11

    As much as I know I did not any configuration or connection of database changes.  This problem appears on all DB and SQL connections all trying to launch.


    This seems to be the error:

    java.lang.NullPointerException

    at oracle.dbtools.worksheet.sqlhistory.db.HistoryDB2.getRowFor(HistoryDB2.java:43)

    at oracle.dbtools.worksheet.sqlhistory.SqlEditorHistory.saveSql(SqlEditorHistory.java:85)

    to oracle.dbtools.worksheet.StatementRunnerResultsPanel$ 4.taskFinished(StatementRunnerResultsPanel.java:287)

    at oracle.dbtools.raptor.backgroundTask.RaptorTaskAdapter.stateChanged(RaptorTaskAdapter.java:95)

    at oracle.dbtools.raptor.backgroundTask.RaptorTaskDescriptor.notifyListener(RaptorTaskDescriptor.java:143)

    at oracle.dbtools.raptor.backgroundTask.RaptorTaskDescriptor.setStatus(RaptorTaskDescriptor.java:370)

    at oracle.dbtools.raptor.backgroundTask.RaptorTaskDescriptor.setStatus(RaptorTaskDescriptor.java:352)

    at oracle.dbtools.raptor.backgroundTask.RaptorTask.setStatus(RaptorTask.java:257)

    to oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$ RaptorFutureTask.done (RaptorTaskManager.java:479)

    to java.util.concurrent.FutureTask$ Sync.innerSet (FutureTask.java:251)

    to java.util.concurrent.FutureTask$ Sync.innerRun (FutureTask.java:303)

    at java.util.concurrent.FutureTask.run(FutureTask.java:138)

    to oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$ RaptorFutureTask.run (RaptorTaskManager.java:500)

    to java.util.concurrent.Executors$ RunnableAdapter.call (Executors.java:441)

    to java.util.concurrent.FutureTask$ Sync.innerRun (FutureTask.java:303)

    at java.util.concurrent.FutureTask.run(FutureTask.java:138)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.runTask (ThreadPoolExecutor.java:886)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:908)

    at java.lang.Thread.run(Thread.java:619)

    Closing/reopening Developer SQL does not help.  I restarted my PC and the results appear, but then the same error appears again.

    Any help would be appreciated.  Thank you.

    Hi Jon_Male,

    A few points:

    1. your release is somewhat obsolete, more there seems to be an early release of the adoptive parent rather than the version 3.0 production (3.0.04.34).

    2. the old post of next forum has the same behavior after an OutOfMemory error: exclamation on the tab out script

    Kind regards
    Gary

    SQL development team

  • need of a query to row to the column transformation

     
    SELECT friday_date FROM t2;
    Data in the table:
    02/01/2009
    09/01/2009
    16/01/2009...

    I need a query to get the result below fashion

    Column
    ----------
    1/2/20091/9/20091/16/2009

    I tried to PIVOT and TRANSPOSES, this is impossible. I think because it's a date, maybe.
    I tried code below also, but CONNECT_BY_ISLEAF will not work on "ORA-00904:"CONNECT_BY_ISLEAF": invalid identifier.
    SELECT ltrim(sys_connect_by_path(FRIDAY_DATE,','),',') FRIDAY_DATE
           FROM (
            SELECT row_number() OVER(ORDER BY FRIDAY_DATE) rno,
                   FRIDAY_DATE
              FROM t2
           )
          WHERE CONNECT_BY_ISLEAF = '1'
          start WITH rno = '1'
        connect BY rno = PRIOR rno+1;
    Thank you
    SQL>  WITH t2 AS (      SELECT TO_CHAR (
                                              NEXT_DAY (
                                                   DATE '2009-01-01' + (LEVEL - 1) * 7,
                                                   'friday'
                                              ),
                                              'mm/dd/yyyy'
                                         )
                                              friday_date
                                  FROM DUAL
                        CONNECT BY LEVEL <= (DATE '2009-12-31' - DATE '2009-01-01') / 7)
    ---
    ---
    SELECT RTRIM (
                    XMLAGG (XMLELEMENT (
                                       e,
                                       friday_date || ','
                                  )).EXTRACT ('//text()'),
                    ','
               )
                    COLUMN_VALUE
      FROM t2
    
    COLUMN_VALUE
    --------------------------------------------------------------------------------
    01/02/2009,01/09/2009,01/16/2009,01/23/2009,01/30/2009,02/06/2009,02/13/2009,02/
    20/2009,02/27/2009,03/06/2009,03/13/2009,03/20/2009,03/27/2009,04/03/2009,04/10/
    2009,04/17/2009,04/24/2009,05/01/2009,05/08/2009,05/15/2009,05/22/2009,05/29/200
    9,06/05/2009,06/12/2009,06/19/2009,06/26/2009,07/03/2009,07/10/2009,07/17/2009,0
    7/24/2009,07/31/2009,08/07/2009,08/14/2009,08/21/2009,08/28/2009,09/04/2009,09/1
    1/2009,09/18/2009,09/25/2009,10/02/2009,10/09/2009,10/16/2009,10/23/2009,10/30/2
    009,11/06/2009,11/13/2009,11/20/2009,11/27/2009,12/04/2009,12/11/2009,12/18/2009
    ,12/25/2009                                                                     
    
    1 row selected.
    
  • BlackBerry Smartphones how warns we lost since the former events (BlackBerry calendar and) Outlook calendar

    When syncing BlackBerry with Outlook, I find in the BlackBerry calendar events that are more than 3 months are automatically deleted (and I'm not aware of a setting that causes this) and it syncs with Outlook which the past events are also deleted. I need especially old events on the BlackBerry, but I don't want to keep the old events on Outlook, so I can refer to them.

    How can I prevent the events in Outlook are removed when they say 3 months or more in the past? (Please provide the detailed procedure)

    Are there side effects of doing this might affect me?

    I have looked in the Blackberry desktop Manager, but have not found a way to do this.

    Yes, try the following link:http://www.wallaceit.co.uk/mobile-phones---data-devices/stop-your-blackberry-deleting-old-calendar-i...

    This will allow you to put your Blackberry to keep receipts forever. Click on the calendar on the Blackberry icon and go to menu and go from there.  The link I gave you previously should describe the way to find out where are the old entries, or choose outlook to keep in view at all times.

  • BlackBerry smartphones wish to no longer receive the former email account

    When I first set up my blackberry I've linked my hotmail for her account so that I can check emails. My hotmail account has been very heavy spam so I decided recently to get a fresh new gmail account and get all the services I use (Steam, Facebook, Skype etc etc) rearranged for that so I need never reuse the hotmail one.

    The problem is that I always receive emails from my hotmail on my phone account. I have 3 files in my main menu, a 'Messages' that shows my gmail messages and bbm, any way I want. At "* @gmail.com" file that shows only my e-mails, that satisfies me also. But I also have a "* @hotmail.co.uk" folder which is constantly needing special attention because of the spam still received by this account.

    After a search through the forum as much as my eyes would let me I have no choice but to ask here. I would like to know if there is a way to separate this account from my phone so that I am never alerted about emails to this account, and if there is a way to remove the messages from my phone completely hotmail folder.

    I eagrely await any help and suggestions.

    Go to setup e-mail on your handset and remove account Hotmail from there.

  • Smartphones from blackBerry Curve 9360 and USB connectivity in the form of media card

    I was wondering if anyone knew the answer to this question.

    When I first connect my BB for my laptop, I am presented with the possibility of using the media card on the phone as a USB device.

    If I refuse this and leave the phone connected via USB, it is possible to use the storage media card later without having to disconnect and reconnect the device to get the command prompt?

    Thanks for your comments.

    Hello and welcome to the community!

    Sorry, no... Once you refuse, which remains in force for the duration of the session. So a new session needs to be generated, which requires the Quick disconnect/reconnect the USB cable.

    Good luck!

  • The query results: extract all lines?

    I was looking for a feature that will allow me to choose to return "all records" in the query results window. The current behavior is fetching 50 files at a time (for example fetch 50 records when you scroll the results = s-l-o-w). What I would do, that is 'Recover all lines' and then use for the scroll bar to scroll "smoothly" to the last record. For example, the 8.0.6 Query Builder version has this feature and SQL Developer 3.0, if I right click on the results. I choose 'Count lines... ". ", looks like it would be a perfect place to put an option"retrieve all rows.

    If your application is to be able to quickly reach the last record in a query you can press Ctrl + Page Down (with emphasis in the grid of results) and you will automatically position your view to the last record in the query automatically go get all the results in the process.

    You have no need to do anything with the mouse scroll is actually the fastest way to reach the desired line.

  • BlackBerry Java SDK v6.0.0 what operating system on the device?

    I installed BlackBerry Java SDK v6.0.0 and the 1.1.2.201004161203 - 16 BlackBerry Java plug-in for Eclipse.

    What Op system will run applications compiled and delivered with the Java SDK v6.0.0?

    It's just a ready version for OS v.6 or Apps running on OS v.5.x?

    I've compiled packed etc and tried to load my file ALX on my BB I get;

    "No applications can be found. Your file may contain applications that already exist... "etc".

    Google has been, and it was suggested that I uninstalled BB Desktop, cleanregistry etc., downloaded the latest version. Done, but no joy.

    Thank you.

    all devices are compatible, but not upward.

    in other words, an application compiled with os 6 will work only on the OS6 devices (simulators).

    If you compile with 4.2.1 all devices with OS 4.2.1 or higher, for example OS 6, run.

  • Query result cache

    Today I test the query result cache, but the result is not as I expected. Please give a few advices.thank you in advance.

    SQL > create table (qrc_tab)

    Number 2);

    Table created.

    SQL > insert into qrc_tab values (1);

    1 line of creation.

    SQL > insert into qrc_tab values (2);

    1 line of creation.

    SQL > insert into qrc_tab values (3);

    1 line of creation.

    SQL > insert into qrc_tab 4;

    1 line of creation.

    SQL > insert into qrc_tab values (5);

    1 line of creation.

    SQL > create or replace function slow_function (p_id in qrc_tab.id%TYPE)

    2 back qrc_tab.id%TYPE DETERMINISTIC AS

    3 BEGIN

    4 DBMS_LOCK.sleep (1);

    5 return p_id;

    6 end;

    7.

    The function is created.

    SQL > set timing on

    SQL > select slow_function (id) in the qrc_tab;

    SLOW_FUNCTION (ID)

    -----------------

    1

    2

    3

    4

    5

    Elapsed time: 00:00:05.01

    SQL > select / * + result_cache * / slow_function (id) of qrc_tab;

    SLOW_FUNCTION (ID)

    -----------------

    1

    2

    3

    4

    5

    Elapsed time: 00:00:05.00

    SQL > select / * + result_cache * / slow_function (id) of qrc_tab;

    SLOW_FUNCTION (ID)

    -----------------

    1

    2

    3

    4

    5

    Elapsed time: 00:00:05.00

    SQL > select / * + result_cache * / slow_function (id) of qrc_tab;

    SLOW_FUNCTION (ID)

    -----------------

    1

    2

    3

    4

    5

    Elapsed time: 00:00:05.00

    I wonder why time is not fast? Help, please

    create or replace function slow_function (p_id in qrc_tab.id%TYPE)

    return qrc_tab.id%TYPE result_cache DETERMINISTIC AS

    Start

    DBMS_LOCK. Sleep (1);

    return p_id;

    end;

    /

    --

    John Watson

    Oracle Certified Master s/n

  • Help on the game of query results

    Hi gurus,

    Have this survey for my requirement of dataset sql.

    Sample, it's that I have to pick up the nonfunctional currency transactions.

    Lets say for a given month, data that are present are for CurrencyA and CurrencyB for a particular account.

    Account1 has a transaction does not work CurrencyA and CurrenyB then Account2 has only transaction to CurrencyB.

    My current query result is that the 3 first lines, what I need is the 4th should also appear and be included.

    CurrencyA - amount - account1

    CurrencyB - amount - account1

    CurrencyB - amount - Account2

    CurrencyA - < '0' / or null >-Account2

    I think that my request is based on the currency < x > I have, so it should be for each account, he has all the lines for each currency.

    If please notify and let me know your thoughts.

    Kind regards

    Hello

    It looks like you want an outer join partitioned.

    I hope that answers your question.
    If not, post a small example of data (CREATE TABLE and only relevant columns, INSERT statements) for all of the tables involved and the results desired from these data.
    Explain, using specific examples, how you get these results from these data.
    Always say what version of Oracle you are using (for example, 11.2.0.2.0).

    See the FAQ forum: https://forums.oracle.com/message/9362002

  • When you perform the query from the query, it assumes that the field is numeric

    I have a query that has 30 some files inside from an AS400 file. Now, when I do a query on the query, he thinks one of the columns is a numeric field, even if it is not. Now I do the same thing with another query (with the same file and fields, just different data) and it works fine.

    This is the error I get: the 73 "d" value cannot be converted to a number

    This column looks like this for example
    75
    75
    71
    71
    75
    73
    75
    63%
    etc. (the 73D is the only one in this column)

    Now in the query of queries I question not even this field (there are about 10 fields in the query, and I want the results of one) and then I get the above error. Any ideas?

    Thanks in advance,
    CJ

    CJ wrote:
    > I have a query that has 30 some files inside from an AS400 file. Now when I do

    you create the original query? If so, create the AND define the data types:

    newQ = QueryNew ("user, lastLogin, manager", "varChar, time, bit");

    > a query on the query, he thinks one of the columns is a digital, same field
    > if it's not. Now do the same thing with another application (with the same file
    (> and fields, just different data) and it works fine.
    >
    > This is the error I get: the 73 "d" value cannot be converted to a
    > number
    >
    > This column looks like this for example
    > 75

    CF will build the query result based on the first line of data (if you are not
    define the data types in the original query), which resembles digital data.

    > 73D

    Thus, when it hits this row it will fail.

    If you do not use the data in that column, and then not put it back. Otherwise, use it.
    Method CAST dan suggested.

Maybe you are looking for