Tagged Questions
CDC (or USB CDC) is the acronym for Communication Device Class.
5
votes
2answers
361 views
Recommendation for Java VM running on embedded system
We are trying to support Java enviroment on our embedded platform (700 MHz MIPS 74K, 128-256 MB memory). After reading this article and googling a bit, I came up with the shorted list:
Java ME from ...
4
votes
2answers
3k views
What is the difference between Oracle Streams and Change Data Capture?
There are several similar Oracle tecnologies - Oracle Streams, Oracle Change Data Capture and Database Change Notification. Do you know what is difference between those? Are they related or Oracle ...
3
votes
2answers
526 views
Detecting open PC COM port from USB Virtual Com Port device
I am using an STM32F015 microcontroller with the STM32_USB-FS-Device_Lib_V3.2.1 USB library and have adapted the VCP example for our purposes (integration with RTOS and serial API).
The problem is ...
3
votes
3answers
939 views
How to create a large Compatible Memory DC in GDI programming?
I want to create a large CompatibleDC, draw a large image on it, then bitblt part of the image to other DC, in order to achieve high performance. I am using the following code to create compatible ...
2
votes
2answers
80 views
A code that draw image using the C++'s CDC can use as the same in Java?
I have some codes that draw image using c++'s CDC. Now I am trying to use those codes as it is to draw image in java canvas. Is this really possible or impossible? I will wait your answers.
2
votes
1answer
182 views
Change Data Capture - Microsoft Best Practice for capturing data changes?
We have some debate on our development team regarding the best way to capture changes in data in some of our tables. I am very impressed with Change Data Capture and believe it is the best way to ...
2
votes
2answers
243 views
Can't Display Bitmap of Higher Resolution than CDC area
Hi there dear gurus and expert coders.
i am not gonna start with im a newbie and don't know much about image programming but unfortunately those are the facts :(
I am trying to display an image from ...
2
votes
1answer
674 views
file:/// to http:// communication via IFrame
Maybe some of you could have ran into the same problem i did.
Imagine you have a file on your machine: file:///c:\test.html
And you have an IFrame inside of this file. You need to indicate whether ...
2
votes
3answers
5k views
What does LSN mean in SQL Server?
What is the meaning of Log Sequence Number? I know that it is of type binary and 10bytes long and it corresponds to the time the transaction happen in DB. But is this a high precision date-time value ...
1
vote
2answers
120 views
Sql Server 2008 CDC Problems
I am new to CDC and want to know if there is any problem in using CDC. I am targeting to use it for audit purpose i.e. Log activity using CDC and then show the same to user when needed. Does it record ...
1
vote
1answer
226 views
CLDC & CDC in J2ME from Android point of view
Like the title says, I am wondering, there is a CDC and CLDC in J2ME, and I want to know what resembles them in the Java for Android point of view. Maybe something like comparisons, or what's in the ...
1
vote
3answers
448 views
the best way to track data changes in oracle
as the title i am talking about, what's the best way to track data changes in oracle? i just want to know which row being updated/deleted/inserted?
at first i think about the trigger, but i need to ...
1
vote
1answer
402 views
How to open and write/read to a USB CDC “serial” device on Windows, Linux, OS X?
I've got an Atmel AVR A90USBxxxx device that I have configured to "talk USB" via CDC. It's designed to take input from a Host computer, running Windows, Linux, or OS X.
I'm under the impression that ...
1
vote
0answers
140 views
What are the Database replication methods used in your projects? If you are using CDC, how is it useful and what are the challenges?
This is a question for most of the DBA's / Information experts at product level. I need the solution for as many different databases as possible. So please provide the details of the replication ...
1
vote
1answer
65 views
JavaME: Is it possible to run a MIDLet on a CDC configuration?
We have an application running on CLDC 1.1/MIDP 2.1, based on Midlets and lcdui.
Is it possible to run the same application on CDC 1.1 with the PBP profile ? If so, where should I even start ?
I'm ...
1
vote
1answer
1k views
How to list all attached USB devices in Visual C++
In Short: I need to detect hotplug events of my USB CDC device by PID/VID and get the corresponding virtual COM port which was created by Windows in Visual C++ and in the end create a dll.
I have a ...
1
vote
2answers
162 views
How can I create a Java device emulator
I want to create my own device to be compatible with the Java ME SDK, in fact it is a CDC PBP1.0 device.
Does anyone have any experience to share on this or can point me to the correct place within ...
1
vote
1answer
571 views
Cannot rename a column that is “replicated”, probably due to CDC
I want to run the following rename
EXECUTE sp_rename N'dbo.Semesters.IsPublic', N'Tmp_ShowNCs', 'COLUMN'
I get the error
Msg 4928, Level 16, State 1, Procedure sp_rename, Line 547
Cannot alter ...
1
vote
3answers
359 views
How to speed up rotated text output in MFC
I have a MFC application that displays annotated maps, which can include a large amount of text. While the size and font of the text does not tend to change much, the rotation of the text varies ...
1
vote
5answers
2k views
How can I get an HDC object from a CDC object?
I have an object, dc, of type CDC and I'd like to get an HDC object.
I read the MSDN documentation here, but don't really understand it.
Can someone provide me with a brief example/explanation on ...
1
vote
3answers
1k views
In SQL Server CDC with SSIS, which data should be stored for windowing (LSN or Date)?
I have implemented delta detection while loading data warehouse from transaction systems using an identity column or date-time column in source transaction tables. When data needs to be extracted next ...
1
vote
5answers
2k views
SQL Server 2008 Change Data Capture, who made the change?
I asked a question on SOF a week or so ago about auditing SQL data changes. The usual stuff about using triggers came up, there was also the mention of CDC in SQL Server 2008.
I've been trying it ...
1
vote
5answers
3k views
How to create a very big bitmap in C++/MFC / GDI
I'd like to be able to create a large (say 20,000 x 20,000) pixel bitmap in a C++ MFC application, using a CDC derived class to write to the bitmap. I've tried using memory DCs as described in the ...
0
votes
1answer
72 views
Standard COM port commands for Atmel's microchips CDCs
I'm trying to use an AT90USB162 Atmel chip as a Communication Device Class (CDC) for communicating some external sensors to some Windows applications.
In Atmel Application Notes site for this chip I ...
0
votes
1answer
86 views
KeyListener doesn't work on java .awt.Window
I am using a java.awt.Window for my CDC application.
Now I have opted java.awt.Window because, I wanted a non draggable, non resizeable window for my app and frame.setUndecorated() is not available in ...
0
votes
1answer
70 views
Trigger not letting me DELETE in PostgreSQL
I am trying to capture data changes on a table and am executing the following trigger function AFTER INSERT OR UPDATE as well as BEFORE UPDATE OR DELETE:
CREATE OR REPLACE FUNCTION ...
0
votes
0answers
98 views
Get current LSN to match __$start_lsn in CDC table
I'm wondering if it possible to get the LSN for the current transaction in an AFTER DELETE trigger that will match the record for that delete in the CDC table.
I am wanting to temporarily store some ...
0
votes
1answer
117 views
LPC17xx as CDC device with PXA168
I am using LPC1768 as CDC device connected to PXA168 which is running Linux. On LPC side, I have drivers. I have also enabled the PXA linux drivers for usb-serial and cdc-acm drive. When I bootup the ...
0
votes
1answer
154 views
Database and UI framework for J2ME?
I am an Android developer. I haven't developed J2ME applications before. I have a requirement in which the client needs a J2ME application which requires me to store around 10,000 (Each record would ...
0
votes
0answers
327 views
CDC NCM driver backporting
I have been working on back-porting a Linux usb host driver(CDC_NCM) to kernel v.2.6.32. The support for this driver was introduced since v2.6.38.
I have been able to get at-least some success.The ...
0
votes
1answer
35 views
how to build java me CDC app with ant? can i build using javaSE
Hi im trying to build our java me app that works on CDC base, I have seen antenna, but cant get it to work, it seems to be geared towards CLDC, but i cant make it work, and am wondering if i need to ...
0
votes
1answer
100 views
CDC Help for color an object
hi
There is a function in C++ Visual studio CDC::ExtFloodFill(int x, int y, COLORREF crColor,UINT nFillType);
my question is that what we suppose to write in place of
int x , int y, COLORREF ...
0
votes
1answer
156 views
Using Change data capture to populate data from Oracle to MySQL
I have a production db running on Oracle 10g. I want to set up a data warehouse using a MySQL 5.5 database and ideally would like to use CDC to identify any changes to the live DB and populate those ...
0
votes
2answers
359 views
How do I do Change Data Capture for DB2 on AS 400 and iSeries
I am not looking for Infosphere based solution. Is there any API so that I can use it for my development.
0
votes
2answers
230 views
Track changes on materialized views in Oracle
what is the best way to track changes of a materialized views in Oracle. I know, that triggers are available and CDC does not seem to work with materialized views. Are there any clever solutions?
...
0
votes
1answer
543 views
Sql Server Change Data Capture: Preserving history when adding columns?
When a new column is added to table that is configured for change data capture (cdc), the capture instance table will not have the new column until cdc is disabled and re-enabled for the source table. ...
0
votes
2answers
54 views
Has anybody use javafx on CDC J9?
Is that possible??
I mean, I have an already working project that runs in windows mobile using the J9 virtual machine for CDC. My user interface there is using AWT and it works fine and it looks OK, ...
0
votes
2answers
1k views
USB Serial cable with CDC support
I bought a USB to Serial cable which claims to be CDC compliant.
But the bInterfaceClass value in interface descriptor is 0xFF(which is vendor specific). I was expecting it to be 0x02 (Communications ...
0
votes
1answer
279 views
CDC and ETL help/recommendations
Here's the background.
We have a few different customers, each with a different backend source database. We want to be back to pick up real time changes to the backend database, then transform the ...
0
votes
1answer
161 views
SQL2008: Is there a way to throttle Change Data Capture (CDC) throughput?
I'm trying to find a way to 'throttle' CDC on SQL2008.
The reason being that under normal circumstances, CDC performs brilliantly, but as soon as it needs to deal with a 'large' number of rows, it ...
0
votes
1answer
176 views
CDC-1.0/Foundation-1.0,J2SE-1.3
How to setup/configure the environment "CDC-1.0/Foundation-1.0,J2SE-1.3" of an OS (for example windows XP, linux)?
Because I want to run the embedded AWT application which requires this environment.
0
votes
1answer
607 views
How to disable CDC for a table manually?
I dropped a table before disabling CDC for that. Now when I recreated the table and tried enabling CDC it says that capture instance already exists. I can use a different Capture Instance name but ...
0
votes
2answers
323 views
Big performance difference (1hr to 1 minute ) found in SQL. Can you explain why?
The following queries are taking 70 minutes and 1 minute respectively on a standard machine for 1 million records. What could be the possible reasons?
Query [01:10:00]
SELECT *
FROM ...
0
votes
1answer
52 views
CDC finger-friendly
I've been working in a Java mobile project using j9 as a virtual machine. So far the project has been developed for an stylus interaction using AWT components.
We want to create a new version of the ...
0
votes
1answer
139 views
Does MemoryDC occupied memory or the memory on video card?
I am using the following code to create a compatible DC:
m_pDC=new CDC();
VERIFY(m_pDC->CreateCompatibleDC(sampleDC);
CBitmap bitmap;
if (bitmap.CreateCompatibleBitmap(sampleDC, rect.Width(), ...
0
votes
0answers
970 views
How to set up USB CDC drivers on Mac OS X? [closed]
I have a custom-built USB CDC device. If I plug it into a Windows box (2k, XP, Vista), up pops the Found New Hardware Wizard and I can point it at my .inf file, which supplies a mapping from the USB ...
0
votes
1answer
282 views
CDC text drawing issue
I'm trying to draw text using CDC::ExtTextOut() to a device context (CDC), but I'm getting garbage outputs. The output text was drawn is weird fonts.
The CDC pointer that got passed to me was ...