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
V

vertigo_one

@vertigo_one
About
Posts
9
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Component Services Info
    V vertigo_one

    Hi, I haven't work too much using com+, I'm just wondering if is there a way to retreive these values (ProgID, CLSID, Objects, Activated, Pooled, In Call, Call Time) using code. *view image link http://vertigoproject.net/question.JPG[^] Is it there any api in order to do this??? which language? can it be done with a simple vbscript??? thx for all, regards. Aldemar Real Programmer isn't who just knows how to use a programming tool, Real Programmer is who knows how to write cool stuff in any language, 'cuz he/she/(it!!?) thinks like a machine :cool:.

    COM question csharp com json tutorial

  • Sending packets using an specific port
    V vertigo_one

    Hi, is it any way I can send a packet using an specific port?, for example, what would I have to do if I want to send a packet using the source port xxxx? Thx in advance Vertigo Real Programmer isn't who just knows how to use a programming tool, Real Programmer is who knows how to write cool stuff in any language, 'cuz he/she/(it!!?) thinks like a machine :cool:.

    IT & Infrastructure tutorial question

  • Sending packets using an specific port
    V vertigo_one

    Hi, is it any way I can send a packet using an specific port?, for example, what would I have to do if I want to send a packet using the source port xxxx? Thx in advance Vertigo Real Programmer isn't who just knows how to use a programming tool, Real Programmer is who knows how to write cool stuff in any language, 'cuz he/she/(it!!?) thinks like a machine :cool:.

    C / C++ / MFC tutorial question

  • Code to help me make Millionaire type game
    V vertigo_one

    :~ Doesn't that game already exists in its PC Version? Real Programmer isn't who just knows how to use a programming tool, Real Programmer is who knows how to write cool stuff in any language, 'cuz he/she/(it!!?) thinks like a machine :cool:.

    Visual Basic game-dev help learning

  • What is your lifetime "To-do" list?
    V vertigo_one

    DOH! :doh:

    The Lounge question com

  • What is your lifetime "To-do" list?
    V vertigo_one

    1. Drive a weekend in the WRC (World Rally Championship) 2. Build my own U.F.O. :suss: 3. Have the money (more than these coins I have in my pocket) to buy a U$350K WRC Car and some other thousand for my antigravity transport ;)

    The Lounge question com

  • Bad Sign
    V vertigo_one

    LOL :-D

    The Lounge csharp com

  • VB COM DLL doesn't allow to update data from database using ADO
    V vertigo_one

    Oh!, thank you for your answer, I tried before the same connection string with no positive results :confused: , but I found the solution :), it was not big deal, it was nothing in the code, it was a problem with permissions in the IIS Configuration :wtf: (Not using Anonymous Access [chosen by default when you create a virtual directory], the correct one was using the Integrated Windows Authentication.). I lost a complete day in a such thing :(( but it happens :sigh: . Anyway, Thx for your help, Vertigo

    Visual Basic database com help sysadmin

  • VB COM DLL doesn't allow to update data from database using ADO
    V vertigo_one

    Hi, I'm creating a COM Dll using VB6, I created simple functions to make an update on a database, but it doesn't work, I'm using an ASP Page that succesfully create the object but gives me errors when I try to insert or update data (Also I tried creating the object from other VB Application but didn't work either, 'weird' but when I use this code on a EXE it works, but I need this in a COM Dll).

    VB Dll Code

    Public Function Save() Dim Cn As New ADODB.Connection Cn.ConnectionTimeout = 100 Cn.ConnectionString = "DBQ=test.mdb;" & _ "DRIVER={Microsoft Access Driver (*.mdb)};" & _ "DefaultDir=C:\My Docs\My Source Code\VB\ASP-COM Test;" & _ "UID=admin; PWD=;" Cn.Mode = adModeReadWrite Cn.Open Cn.Execute "INSERT INTO tests (test_value) VALUES ('test3')" Cn.Close Save = True End Function

    ASP page code

    <% Dim iTest Set iTest = Server.CreateObject("TestProject.Test") Response.Write iTest.Save %> Like this it returns this error Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query. /xue2/index.asp, line 6 I also tried using a RecordSet Object but gives this error: Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only. /xue2/index.asp, line 6 Thanks if anyone can help! Vertigo

    Visual Basic database com help sysadmin
  • Login

  • Don't have an account? Register

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