Forum: VB.NET Dec 2nd, 2008 |
| Replies: 13 Views: 3,497 thank you for the information. Yes i am working in VB.net. when i was not able to register a dll created with vb.net i tried VB 6.0. Now VB6 dll is working fine. i am calling this dll using a... |
Forum: MS SQL Dec 2nd, 2008 |
| Replies: 1 Views: 521 Dear Friends,
I have created a dll in VB 6.0 and i am calling this dll using a trigger which is for INSERT record. But when my application inserts a record to the table, Trigger runs succefully... |
Forum: VB.NET Dec 2nd, 2008 |
| Replies: 13 Views: 3,497 thank you very much for showing interest and giving me such valuable information. Can u tell me where can i make COM class='true' Exactly? |
Forum: VB.NET Dec 2nd, 2008 |
| Replies: 0 Views: 283 Dear Friends,
I have created a dll in VB 6.0 and i am calling this dll using a trigger which is for INSERT record. But when my application inserts a record to the table i am getiing this Error:... |
Forum: VB.NET Dec 2nd, 2008 |
| Replies: 13 Views: 3,497 Dear sir,
I registered with the steps as said by u. i got a message "Types registered Successfully. Assembly exported to 'E:\Test Projects\ClassLibrary2\ClassLibrary2\bin\debug\classLibrary2.tlb',... |
Forum: VB.NET Dec 1st, 2008 |
| Replies: 13 Views: 3,497 Actually when tried to Register with Command "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\regasm /tlb classlibrary2.dll"
i did not get Success full message..... Dos screen came for the fraction of... |
Forum: VB.NET Nov 29th, 2008 |
| Replies: 13 Views: 3,497 Dear Friend,
Here is my Class
Public Class Class1
Public Sub New()
' Initialize class
End Sub
Public Function RunProcess(ByVal param() As String)
Dim con As New... |
Forum: VB.NET Nov 28th, 2008 |
| Replies: 13 Views: 3,497 Hi friends,
Please someone how to create a dll in vb. net class library , how to register it and how to call it using sp_oacreate. Pls provide some sample codes. |
Forum: VB.NET Nov 28th, 2008 |
| Replies: 2 Views: 2,077 Hi Friends,
I am trying to Call a exe or DLL from sql server trigger using xp_cmdshell. Trigger is for an external application and for inserting a record. exe is executed successfully but trigger... |
Forum: VB.NET Jul 7th, 2008 |
| Replies: 5 Views: 3,493 Dear Friend ,
I am Using Vb.NET for creating windows application. I have attched MS SQL database to my application and project is over. I dont know how to create setup file. please someone help me... |
Forum: VB.NET Jul 5th, 2008 |
| Replies: 9 Views: 1,436 |
Forum: VB.NET Jul 5th, 2008 |
| Replies: 9 Views: 1,436 Thank you for the useful information..
Here is one more problem when i am using update command with data adapter, i getting error msg:"Update requires a valid UpdateCommand when passed DataRow... |
Forum: VB.NET Jul 5th, 2008 |
| Replies: 9 Views: 1,436 Thank you very much for the reply. But my problem is something different. in my code snippet sometimes i use only sql commands to insert, update and delete command. that time data is is not updating... |
Forum: VB.NET Jul 4th, 2008 |
| Replies: 9 Views: 1,436 Dear friends,
I am using Vb.net as front end and Sqldatabase as my database file. In my application actual data is not updaing in to the database. But it shows the data while running. Once if... |
Forum: VB.NET Jun 27th, 2008 |
| Replies: 1 Views: 1,061 Dear Friend,
i m using VB.NET 2005 and SQL server 2000 as Back end. please someone tell me how to attach files of any type(or Jpg or BMP files) in windows apllication.
Thanking you, |
Forum: VB.NET May 27th, 2008 |
| Replies: 0 Views: 1,704 Dear Friends,
pls tell how can i connect crystal report to my database(tables or query fields). i am using MS Access as database and VB.net.
Thanking you, |
Forum: VB.NET May 26th, 2008 |
| Replies: 4 Views: 942 dear friends,
I am using MS access as back end and vb.net as front end.
in one of my table i have a auto increment field.(for ex:orderid).
Please tell me how can i insert new row to the table with... |
Forum: VB.NET May 10th, 2008 |
| Replies: 1 Views: 375 Hello Friends,
I am learning VB.Net (Visual Studios 2005) and using MS Access as backend database. pls someone tell me how to connect VB.net to MS Access. |