Search:

Type: Posts; User: Mike Collier

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. Re: Does this source compile in VS

    Excellent, thanks mendhak.

    I did get a reply just now from sharpdev and it looks as though there is a problem with Borlands side of things, although they gave me different details for solving it....
  2. Does this source compile in VS - ** resolved **

    Hi,

    I use Borland tools and have an exported an application as a Visual Studio app.

    I don't have Visual Studio so I can't test the conversion.

    The VS version won't import into SharpDev (a...
  3. Replies
    17
    Views
    880

    Re: From VB.Net to C#

    I have a C# stock control example you can have www.adoanywhere.com , please feel free to use the source and give to others. It was developed from a WIN32 application purely as a learning exercise but...
  4. Replies
    0
    Views
    326

    Porting ADODC to non-ADODC

    Can anyone point me to an article that shows how to port an application from using ADODC to Not-Using-ADODC please?? Many Thanks.
  5. Replies
    4
    Views
    531

    SELECT MSysObjects.Name, MSysObjects.Type FROM...

    SELECT MSysObjects.Name, MSysObjects.Type
    FROM MSysObjects
    WHERE (((MSysObjects.Type)=1));

    when I do that in ADO I get the error:

    Record(s) cannot be read; no read permission on...
  6. ADOX is your friend. ...

    ADOX is your friend.

    http://81.130.213.94/myforum/forum_posts.asp?TID=58&PN=2
  7. Replies
    1
    Views
    1,328

    some details here about UDL files...

    some details here about UDL files
    http://81.130.213.94/myforum/forum_posts.asp?TID=108&PN=1&TPN=1
  8. Replies
    4
    Views
    401

    OK, here you go ...

    OK, here you go

    http://81.130.213.94/myforum/forum_posts.asp?TID=107&PN=1&TPN=1
  9. Replies
    4
    Views
    401

    I don't have examples but have asearch for...

    I don't have examples but have asearch for recordset Update Criteria property and set it to UpdateKeys.
  10. Replies
    1
    Views
    504

    Use Chunk methods ...

    Use Chunk methods

    http://81.130.213.94/myforum/forum_posts.asp?TID=100&PN=1
  11. Replies
    3
    Views
    634

    You may need to compact your database if you do a...

    You may need to compact your database if you do a lot of inserts and deletes - to stay within 2Gig
  12. Thread: database

    by Mike Collier
    Replies
    2
    Views
    426

    Make sure your try both the Oracle and Microsft...

    Make sure your try both the Oracle and Microsft OLEDB Providers. you can use Adoanywhere (free) to see how well each works on your database.
  13. If you need professional consultation let me...

    If you need professional consultation let me know.

    (I'm not suggetsing the help here isn't professional it's just that answering your quetion and steering you through all this could take a lot of...
  14. Replies
    1
    Views
    457

    Drag and drop your excel file (I don't know about...

    Drag and drop your excel file (I don't know about .frm) onto adoanywhere, then use the gui to set a filter. Use grid to scroll records. If it all works then you can do the same in VB.

    Here is VB...
  15. Replies
    2
    Views
    378

    This is the connection string from adoanwhere:...

    This is the connection string from adoanwhere: looks like Initial Catalog is the property you want to set, in my case it's northwind.

    Provider=SQLOLEDB.1;Password=webuser;Persist Security...
  16. Replies
    1
    Views
    411

    Most often this is because your connection string...

    Most often this is because your connection string wasn't exactly right.

    Drag and drop your excel file onto adoanywhere browser (which is FREE) and it will create a connection string for you.

    It...
  17. Replies
    1
    Views
    372

    I'm not sure about the ME part, but one reason...

    I'm not sure about the ME part, but one reason for going for SQLserver is the robustness. If you get MSDE this is a cut down version of SQL Server that should be good enough for you.
  18. Replies
    9
    Views
    476

    Most probably the description property is not...

    Most probably the description property is not available in the recordset-field properties.

    I've just looked at Access and SQlServer in adoanywhere property viewers and I can't see description...
  19. PS if you post the database I to would like to...

    PS if you post the database I to would like to try...
  20. If it could be done, you'd probably have to use...

    If it could be done, you'd probably have to use an AdoCommand object and return your values as a recordset.

    Sometimes it's just trial and error with procs/params.


    adoanywhere is free and has...
  21. Replies
    6
    Views
    668

    Thers a free OpenSchema gui in adoanywhere that...

    Thers a free OpenSchema gui in adoanywhere that exposes all enums.

    here is a link to .net in case you need it in future http://support.microsoft.com/default.aspx?scid=kb;EN-US;309488
    ...
  22. Replies
    2
    Views
    427

    (Check that the fields isn' defined as Not Null)...

    (Check that the fields isn' defined as Not Null) but assunming you've done that..

    hard to say, but it could be you're using server side cursors. Try client side and see what happens.

    Get a...
  23. Replies
    8
    Views
    547

    Many of the ADODB (ADO) properties are displayed...

    Many of the ADODB (ADO) properties are displayed in adoanywhere free tool. Helps you learn faster.
  24. Replies
    2
    Views
    567

    For Classic ADO you need MyODBC or MyOLEDB..some...

    For Classic ADO you need MyODBC or MyOLEDB..some details and examples to connect to my public MySQL test server in this thread:
    http://81.130.213.94/myforum/forum_topics.asp?FID=23&PN=1

    (I'm not...
  25. Replies
    8
    Views
    636

    Mendhak, I recently installed the Microsoft...

    Mendhak,

    I recently installed the Microsoft .net example tutorials. I tried to make the tutorial public but I had similar problems to you.

    In the end I created the virtual directory in IIS for...
  26. Fixed thanks.

    Fixed thanks.
  27. Could not detect NetSDK instance of SQL Server (etc)

    Hi,

    I'm trying to install the dotnet samples and get this message in the log file:

    Could not detect NetSDK instance of SQL Server (etc)

    ..This causes the database not be installed.

    Any...
  28. Replies
    0
    Views
    320

    SQL Server: Query Plans & Statistics

    Gurus,

    I'm trying to get an application finished that works like Query Analizer in
    terms of returning query plans and statistics.

    Problem the co-author is having:

    >In using ADO to connect...
  29. Replies
    2
    Views
    441

    and get your free copy of adoanywhere ADO tool. ...

    and get your free copy of adoanywhere ADO tool.


    AdoAnywhere exposes the ADO objects (Connections, Commands, Recordsets and Errors) via a GUI. Allowing developers to see what effect various ADO...
  30. As well as the good advice so far, check out sql...

    As well as the good advice so far, check out sql EXISTS command, very similar to si_the_geek example using IN.

    BTW different methods sometimes work faster than others, even though logically they...
  31. Replies
    4
    Views
    476

    I'm not 100% sure....but can you query the...

    I'm not 100% sure....but can you query the connection with OpenSchema to see what the table is.

    FAQ http://81.130.213.94/myforum/forum_posts.asp?TID=59&PN=1


    You could try the openschema gui...
  32. Replies
    11
    Views
    683

    Yep, that's what I would have ended up doin, but...

    Yep, that's what I would have ended up doin, but without Views/Procs it meant joining the query results in VB (or whatever)
  33. Replies
    11
    Views
    683

    Nah, Leave the field as it is. The problem is...

    Nah, Leave the field as it is.

    The problem is the aggregate fields (fields grouped) joining the underlying table.

    I've tried various joins and none worked. Same dodgy results you get.

    I...
  34. Is this via ADO, if so you could try asynchronous...

    Is this via ADO, if so you could try asynchronous execution of the recordset.

    Some details here but not complete:

    http://81.130.213.94/myforum/forum_posts.asp?TID=60&PN=1
  35. MySQL & MyOLEDB:Do dynamic cursors work - fields don't refresh automatically.

    MySQL & MyOLEDB Do dynamic cursors work - fields don't refresh automatically.

    What do I need to do to get fields to refersh without using Requery or refresh methods of the recordset.

    Has...
  36. Replies
    11
    Views
    683

    Is date of type "Date" / "Datetime" or is it a...

    Is date of type "Date" / "Datetime" or is it a string column - in which case dates will come out in funny order.

    I cant recall what field types are allowed in MySQL
  37. If you post in the adoanywhere forum (for vb_ado)...

    If you post in the adoanywhere forum (for vb_ado) you may get an answer, I specialise in ADO, vb is not for me.

    http://www.adoanywhere.com/forum

    Mike
  38. Replies
    1
    Views
    425

    You can use ado to read Excel files, you may have...

    You can use ado to read Excel files, you may have problems writing.

    Drag and drop your excel spreadsheet onto adoanywhere browser and see if you can modify the data. If you can't then VB and ADO...
  39. Replies
    11
    Views
    683

    Here is an example on my test server sample...

    Here is an example on my test server sample database you can try:

    Select country , max( lastname )
    from sample2
    group by country

    It seems you want to do something similar.

    My test server...
  40. ahh..just saw your posted error message. Ignore...

    ahh..just saw your posted error message. Ignore my BatchOptimistic theory.

    Mike.
Results 1 to 40 of 90
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width