Click here to Skip to main content
15,890,690 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to insert a text ("xxx") into pdf file? Pin
Virendra Singh Bhanu29-Oct-14 15:59
Virendra Singh Bhanu29-Oct-14 15:59 
AnswerRe: how to insert a text ("xxx") into pdf file? Pin
Richard MacCutchan29-Oct-14 22:28
mveRichard MacCutchan29-Oct-14 22:28 
Suggestion[REPOST] how to insert a text ("xxx") into pdf file? Pin
Richard Deeming30-Oct-14 3:21
mveRichard Deeming30-Oct-14 3:21 
QuestionCrystal Report Print Property Name Pin
peppe7928-Oct-14 23:14
peppe7928-Oct-14 23:14 
QuestionCould not Load type 'ADODB.FieldsToInternalFieldsMarshaler' from assembly Pin
Ed Barnes28-Oct-14 9:09
Ed Barnes28-Oct-14 9:09 
QuestionRe: Could not Load type 'ADODB.FieldsToInternalFieldsMarshaler' from assembly Pin
Richard Deeming28-Oct-14 9:33
mveRichard Deeming28-Oct-14 9:33 
AnswerRe: Could not Load type 'ADODB.FieldsToInternalFieldsMarshaler' from assembly Pin
Ed Barnes28-Oct-14 9:54
Ed Barnes28-Oct-14 9:54 
GeneralRe: Could not Load type 'ADODB.FieldsToInternalFieldsMarshaler' from assembly Pin
Richard Deeming28-Oct-14 10:18
mveRichard Deeming28-Oct-14 10:18 
It was just a suggestion. ADODB is definitely an "ex-parrot" now; it hasn't been updated since .NET was released, and although it still works, it's not supported.

Using ADODB from a .NET application is going to be significantly slower than using ADO.NET, since your .NET code has to talk to a COM wrapper for ADODB. It also has significantly less features that ADO.NET, and makes many operations harder than they need to be.

If you feel like taking the plunge, there are plenty of articles to get you up to speed. For example:
Migrating from ADO to ADO.NET[^]
Migrating Code and Concepts from ADO "Classic" to ADO.NET[^]



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: Could not Load type 'ADODB.FieldsToInternalFieldsMarshaler' from assembly Pin
btamxx26-Dec-14 9:31
btamxx26-Dec-14 9:31 
AnswerRe: Could not Load type 'ADODB.FieldsToInternalFieldsMarshaler' from assembly Pin
Richard Deeming28-Oct-14 10:22
mveRichard Deeming28-Oct-14 10:22 
GeneralRe: Could not Load type 'ADODB.FieldsToInternalFieldsMarshaler' from assembly Pin
Ed Barnes28-Oct-14 11:00
Ed Barnes28-Oct-14 11:00 
GeneralRe: Could not Load type 'ADODB.FieldsToInternalFieldsMarshaler' from assembly Pin
Eddy Vluggen28-Oct-14 11:13
professionalEddy Vluggen28-Oct-14 11:13 
GeneralRe: Could not Load type 'ADODB.FieldsToInternalFieldsMarshaler' from assembly Pin
Ed Barnes28-Oct-14 12:43
Ed Barnes28-Oct-14 12:43 
GeneralRe: Could not Load type 'ADODB.FieldsToInternalFieldsMarshaler' from assembly Pin
Eddy Vluggen29-Oct-14 8:52
professionalEddy Vluggen29-Oct-14 8:52 
GeneralRe: Could not Load type 'ADODB.FieldsToInternalFieldsMarshaler' from assembly Pin
Ed Barnes30-Oct-14 12:18
Ed Barnes30-Oct-14 12:18 
GeneralRe: Could not Load type 'ADODB.FieldsToInternalFieldsMarshaler' from assembly Pin
Eddy Vluggen31-Oct-14 10:12
professionalEddy Vluggen31-Oct-14 10:12 
GeneralRe: Could not Load type 'ADODB.FieldsToInternalFieldsMarshaler' from assembly Pin
Ed Barnes31-Oct-14 10:45
Ed Barnes31-Oct-14 10:45 
GeneralRe: Could not Load type 'ADODB.FieldsToInternalFieldsMarshaler' from assembly Pin
Eddy Vluggen31-Oct-14 10:57
professionalEddy Vluggen31-Oct-14 10:57 
QuestionUsing webcam as a mouse Pin
firefox2468027-Oct-14 22:26
firefox2468027-Oct-14 22:26 
AnswerRe: Using webcam as a mouse Pin
Dave Kreskowiak28-Oct-14 1:27
mveDave Kreskowiak28-Oct-14 1:27 
GeneralRe: Using webcam as a mouse Pin
firefox246804-Nov-14 7:41
firefox246804-Nov-14 7:41 
GeneralRe: Using webcam as a mouse Pin
Dave Kreskowiak4-Nov-14 8:55
mveDave Kreskowiak4-Nov-14 8:55 
QuestionExtraction of data from excel to databae Pin
Member 1118244626-Oct-14 21:33
Member 1118244626-Oct-14 21:33 
AnswerRe: Extraction of data from excel to databae Pin
Member 1118244626-Oct-14 21:56
Member 1118244626-Oct-14 21:56 
GeneralRe: Extraction of data from excel to databae Pin
Richard MacCutchan26-Oct-14 23:12
mveRichard MacCutchan26-Oct-14 23:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.